A、three minutes' away
B、three minutes' walk
C、three minute's away
D、three minute's walk
第1题:
打开一个数据表文件的同时打开以“姓名”为关键字的单一索引文件,要求查找姓名为“张伟”的教师,应使用命令( )
A.GO张伟
B.LOCATE张伟
C.FIND张伟
D.SEEK张伟
第2题:
A. crossover
B. straight-through
C. rolled
D. shielded twisted-pair
第3题:
以下对于字符串的相关操作,正确的输出结果是哪些选项?
A.>>> 'Life is short, you need Python.'.find('you') 15
B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'
C.>>> print('{:5.3f}'.format(math.pi)) 3.1416
D.>>> print('you' in 'Life is short, you need Python.') True
第4题:
A.modem
B.Ethernet
C.nullmodem
D.straight-through
第5题:
在linggle中,如果想知道go和home中间是否有to,应输入
A.go?to home
B.go#to home
C.go_to home
D.go%to home
第6题:
9、以下对于字符串的相关操作,正确的输出结果是哪些选项?
A.>>> 'Life is short, you need Python.'.find('you') 15
B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'
C.>>> print('{:5.3f}'.format(math.pi)) 3.1416
D.>>> print('you' in 'Life is short, you need Python.') True