更多“Could you find someone _________? (A) for me to play tennis with ”相关问题
  • 第1题:

    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的问题,故也排除。

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

    9、以下对于字符串的相关操作,正确的输出结果是哪些选项?

    A.>>> 'Life is short, you need Python.'.find('you') 15

    B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'

    C.>>> print('{:5.3f}'.format(math.pi)) 3.1416

    D.>>> print('you' in 'Life is short, you need Python.') True


    >>> 'Life is short, you need Python.'.find('you') 15;>>> print('you' in 'Life is short, you need Python.') True

  • 第4题:

    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表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

  • 第5题:

    以下对于字符串的相关操作,正确的输出结果是哪些选项?

    A.>>> 'Life is short, you need Python.'.find('you') 15

    B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'

    C.>>> print('{:5.3f}'.format(math.pi)) 3.1416

    D.>>> print('you' in 'Life is short, you need Python.') True


    >>> 'Life is short, you need Python.'.find('you')15;>>> print('you' in 'Life is short, you need Python.')True

  • 第6题:

    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;