– 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


相似考题
更多“– There is an hour to go. Could we sit somewhere to have a drink? – ( ). ”相关问题
  • 第1题:

    I wasn't qualified for the job really,but I got it anyhow

    A:somehow
    B:anyway
    C:anywhere
    D:somewhere

    答案:B
    解析:

  • 第2题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

  • 第3题:

    #让程序给你随机选择一种饮品 ######FILL###### import ____ list_drink = ['Coffe', 'water', 'orange juice', 'tea'] ######FILL###### my_drink = random.____(list_drink) print('my drink is :',my_drink)


    random choice

  • 第4题:

    I wasn't qualified for the job really,but I got it anyhow.

    A:somehow
    B:anyway
    C:anywhere
    D:somewhere

    答案:B
    解析:

  • 第5题:

    #让程序给你随机选择一种饮品 ######FILL###### import ____ list_drink = ['Coffe', 'water', 'orange juice', 'tea'] my_drink = random.choice(list_drink) print('my drink is :',my_drink)


    random choice

  • 第6题:

    将变量hour的个位送入变量gw的语句是:()

    A.gw= hour;

    B.gw=hour/10;

    C.gw=hour%10;

    D.gw== hour%10;


    gw=hour%10;