niusouti.com
更多“Don’t drink the soup. It smells ______.A: deliciousB: niceC: wonderfulD: terrible ”相关问题
  • 第1题:

    Must I stay at the office this afternoon? ---No, you ______.

    A、don’t

    B、needn’t

    C、don’t need

    D、can’t


    参考答案: C

  • 第2题:

    -- Ann is in hospital.

    -- Oh, really? I __ know. I __ go and visit her.

    A. didn’t; am going to B. don’t; would

    C. don’t; will D. didn't; will


    正确答案:D

  • 第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题:

    We _____ like coffee before_____ all.

    A.don’t … at

    B.didn’t … at

    C.didn’t … in

    D.don’t ...in


    答案: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