niusouti.com
更多“If you meet some new words, just()the dictionary. ”相关问题
  • 第1题:

    You ( ) such a long report.The new boss never likes reading a report over 200 words, but you’ve written more than 500

    A、needn't have written

    B、needn’t write

    C、didn't need write

    D、didn’t need to write


    参考答案:A

  • 第2题:

    You didn’t need to describe her. I ___her several times.

    A.had met

    B. have met

    C. met

    D. meet


    正确答案:B

  • 第3题:

    以下对于列表的相关操作中哪些项有正确的输出结果?

    A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print(language) ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print(list('Life is short, you need Python.').count('is')) 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print(x) [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4
    >>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n'];>>> x = [2, 3, 0, 4, 1]>>> x.sort()>>> print x[0, 1, 2, 3, 4]

  • 第4题:

    I can’t wait ______ the pop singer.

    A: met

    B: to meet

    C: meeting

    D: meet


    参考答案:B

  • 第5题:

    A: I’d like ________ information about the school. B: You could have ________ word with the schoolmaster.

    A.some / a

    B.an / some

    C.some / some


    参考答案:A

  • 第6题:

    以下对于列表的相关操作中哪些项有正确的输出结果?

    A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print list('Life is short, you need Python.').count('is') 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print x [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4
    >>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n'];>>> x = [2, 3, 0, 4, 1]>>> x.sort()>>> print x[0, 1, 2, 3, 4]