– There is an hour to go. Could we sit somewhere to have a drink? – ( ). A、Have a tryB、SureC、Don't go, pleaseD、No, thanks
– There is an hour to go. Could we sit somewhere to have a drink? – ( ).
A、Have a try
B、Sure
C、Don't go, please
D、No, thanks
相关考题:
What a waste! Why do you () the water () all the time ? A、have…flowingB、have…flowC、have…to flowD、have…flowed
We _____ rather talk about football or the weather or what we had for lunch.A: willB: shouldC: wouldD: could
there is a difficult time ahead, but we’ll overcome ______. A. somehowB. somewhatC. sometimesD. somewhere
I wasn't qualified for the job really,but I got it anyhow.A:somehow B:anyway C:anywhere D:somewhere
I wasn't qualified for the job really,but I got it anyhow.A:somehow B:anyway C:anywhere D:somewhere
I__________have been there,but I__________not find the time.A.should;wouldB.should;couldC.might;couldD.could;could
#让程序给你随机选择一种饮品 ######FILL###### import ____ list_drink = ['Coffe', 'water', 'orange juice', 'tea'] my_drink = random.choice(list_drink) print('my drink is :',my_drink)
#让程序给你随机选择一种饮品 ######FILL###### import ____ list_drink = ['Coffe', 'water', 'orange juice', 'tea'] ######FILL###### my_drink = random.____(list_drink) print('my drink is :',my_drink)
将变量hour的个位送入变量gw的语句是:()A.gw= hour;B.gw=hour/10;C.gw=hour%10;D.gw== hour%10;