A、That
B、What
C、Which
D、How
第1题:
19____.
A.would
B.should
C.must
D.need
第2题:
2、请简述发球后正手抢拉技术练习中常见的问题。 Please briefly describe the common mistakes in “forehand loop after serve” practice.
第3题:
1、请简述左推右攻技术在练习中的注意事项。 Please briefly describe what we should pay attention to in“backhand drive with forehand drive” practice.
第4题:
以下对于列表的相关操作中哪些项有正确的输出结果?
A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print(language) ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print(list('Life is short, you need Python.').count('is')) 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print(x) [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4第5题:
以下对于列表的相关操作中哪些项有正确的输出结果?
A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print list('Life is short, you need Python.').count('is') 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print x [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4第6题:
2、请简述推挡侧身攻技术在练习中的常见问题。 Please briefly describe the common mistakes that may happen in “backhand drive with pivot forehand drive” practice.