Did you see the words “We must learn ( ) second language as much as we can.” on the blackboard A、theB、anC、aD、….

Did you see the words “We must learn ( ) second language as much as we can.” on the blackboard

A、the

B、an

C、a

D、….


相关考题:

We( )some brochures( )to illustrate the products we manufactured . A.enclose ,to youB.enclose you,C.enclose,D.enclose, you

我们从特供商场购买食品,并加强对所购食品的检查A.We’ll buy all the food from supermarket and check all the food we buy carefullyB.We’ll buy all the food from foreign countries and check all the food we buy carefullyC.We’ll import all the food and check all the food we buy carefullyD.We’ll buy all the food from exclusive shops and check all the food we buy carefully

The problem is so serious that the situation is out of control.A.We’ve got to set up a police line and ask for aidB.We’ve got to ask for back-up from the PLA and policeC.We’ve got to report to the superiors rapidly and ask for back-upD.We have informed the authorities to take precautionary measures.

You'd better stop(). We're listening to the news. A、to talkB、talkingC、talk

—We’re going on a visit to Japan next week. —________________.A.Have a good journeyB.Good byeC.Wish you happyD.You’re right.

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

____ were all very tired, but none of ____ would stop to take a rest. A、We ; usB、Us ; weC、We ; ourD、We ; we

______school is much larger than ______.A.Our;yourB.Our;yoursC.Ours;yoursD.We;you

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