Nobody in the class except you and me _____ to the principal about the air qualityA.has complainedB.have complainedC.complainD.complaining

题目
Nobody in the class except you and me _____ to the principal about the air quality

A.has complained

B.have complained

C.complain

D.complaining


相似考题
参考答案和解析
正确答案:A
更多“Nobody in the class except you and me _____ to the principal about the air quality ”相关问题
  • 第1题:

    You ( ) me, because I never said I liked coffee without milk.

    A、must misunderstand

    B、must have misunderstood

    C、must be misunderstanding

    D、had to misunderstand


    参考答案:B

  • 第2题:

    Me,you是两个初始集合,则下列关于派生集合定义方式正确的是

    A.link/me,you/:a;

    B.link(me,you):a;

    C.link/me you/a;

    D.link(me,you)/a;


    link(me,you):a;

  • 第3题:

    在完整的异常语句中,子句出现的顺序正确的是_______。

    A.try—>except—>else—>finally

    B.try—>else—>except—>finally

    C.try—>except—>finally—>else

    D.try—>except—>except—>finally


    A

  • 第4题:

    49.—What about some drinks?

    —__________.

    A. Help, yourself

    B. Good idea

    C. You're welcome

    D. Me,too


    正确答案:B
    49.B【解析】句意t——来些饮料怎么样?——好主意。选项A的意思是“自用/随便吃”;选项D的意思“我也是”,两个选项均不符合题意;选项C是用来回答 Thank you的问题,故也排除。

  • 第5题:

    me是一个包含3个成员属性为a的集合,you是一个包含2个成员属性为b的集合,则要定义一个2行3列的矩阵所对应的派生集合方法中正确的是

    A.ps(me,you):c;

    B.ps(you,me):c;

    C.ps(a,b):c;

    D.ps(b,a):c;


    ps(you,me):c;

  • 第6题:

    Python处理异常的方式包括:

    A.try……except

    B.try……except……

    C.try……except……except……else

    D.try……except……else……finally


    try……except;try……except……;try……except……except……else;try……except……else……finally