—I can't see the words on the blackboard. —Perhaps you need _( )A. How long ago did you get it thisB. How long have you been like thisC. How soon have you got itD. How soon have you liked this

—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


相关考题:

--Must we finish our homework now? --No, you ______. You _______ finish it after school. A.needn't , mayB.mustn't , mayC.can't , canD.needn't , must

“Must I finish my homework now?” “No, you() . But you() finish it this evening. ” A. mustn’ t…mustB. needn’ t…mustC. can’ t…canD. can’ t…must

May I take this book out of the reading room? No,you . You read it in here. ( )A. mightn’tB. won’tC. need’tD. mustn’t

-Mayweleavetheclassroomnow?-No,you______.You______toleaveuntilthebellrings.A.mustn’t,areallowedB.don’thaveto,aresupposedC.needn’t,aren’tallowedD.can’t,aren’tsupposed

()you()Jane last month? B: No, I(). A、*/saw/didn’tB、Did/see/didn’tC、Did/saw/didn’tD、id/see/did

Must we clearn the room before we leave?No, you _______ A.mustn'tB.can'tC.needn't

—_______ I return the book to the library this week?— No, you _______.You can keep it until the end of this month. A.Must; needn’tB.Can; can’tC.May; mustn’tD.Can; mustn’t

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.

以下对于列表的相关操作中哪些项有正确的输出结果?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

以下对于列表的相关操作中哪些项有正确的输出结果?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