参考答案和解析
参考答案:D
更多“The old lady is said to be generous ____her money . ”相关问题
  • 第1题:

    "Oh, I'm sorry," he ______ her.

    A、cried

    B、told

    C、apologized

    D、said


    参考答案:B

  • 第2题:

    What is the author's opinion of some New Yorkers from her experience7

    A.Easy-going.

    B.Self-centred.

    C.Generous.

    D.Conservative.


    正确答案:B

  • 第3题:

    下面的代码的执行结果是____ s = 'F' if s == 'f': print('lady') else: print('man')


    3

  • 第4题:

    What command would an operator use to move a file from the /old_dir directory to the /new_dir directory without changing the file name?()

    A. mv /old_dir/file /new_dir

    B. mv -p /old_dir/file /new_dir

    C. mv -k /old_dir/file /new_dir

    D. mv /old_dir/file /new_dir/new_file


    参考答案:A

  • 第5题:

    下面哪条语句,可以产生与下面程序相同的结果。 data invest; money=1000; do until(money gt 5000); Year+1; money+(money*0.10); end; run;

    A.do while(money ge 5000);

    B.do while(money =5000);

    C.do while(money le 5000);

    D.do while(money >5000);


    random.randint(0,10)

  • 第6题:

    用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”

    A.:r/old/new

    B.:s/old/new

    C.:1,$s/old/new/g

    D.:%s/old/new/g


    B