—I can't see the words on the blackboard. —Perhaps you need _( )
A. How long ago did you get it this
B. How long have you been like this
C. How soon have you got it
D. How soon have you liked this
第1题:
May I take this book out of the reading room? No,you . You read it in here. ( )
A. mightn’t
B. won’t
C. need’t
D. mustn’t
第2题:
A、*/saw/didn’t
B、Did/see/didn’t
C、Did/saw/didn’t
D、id/see/did
第3题:
A.needn't , may
B.mustn't , may
C.can't , can
D.needn't , must
第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.Must; needn’t
B.Can; can’t
C.May; mustn’t
D.Can; mustn’t
第6题:
-Mayweleavetheclassroomnow?
-No,you______.You______toleaveuntilthebellrings.
A.mustn’t,areallowed
B.don’thaveto,aresupposed
C.needn’t,aren’tallowed
D.can’t,aren’tsupposed
第7题:
A.mustn't
B.can't
C.needn't
第8题:
A. mustn’ t…must
B. needn’ t…must
C. can’ t…can
D. can’ t…must
第9题:
Jerry: I've been back from a business trip.
Bob: ______
A、It's very nice of you.
B、How's everything going?
C、You're kind to say so.
D、I'd love to.
第10题:
以下对于列表的相关操作中哪些项有正确的输出结果?
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