网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
– 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


参考答案

更多 “ – 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 ” 相关考题
考题 What a waste! Why do you () the water () all the time ? A、have…flowingB、have…flowC、have…to flowD、have…flowed

考题 We're looking forward to()service to you.A、 being ofB、be ofC、offerD、have

考题 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;would B.should;could C.might;could D.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;