网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
There were students in the reading room.

A、niether

B、not

C、no

D、none


参考答案

更多 “ There were students in the reading room. A、nietherB、notC、noD、none ” 相关考题
考题 1. He used to _______in the sun,but now he is used to _______at night.A. read ; readB. reading ; readC. read; readingD. reading; reading

考题 7. If I _______ you,l_______ take an umbrella with me.A. was ; shouldB. was ; wouldC. were ; willD. were ; would

考题 A: Where()you last week? B: I()in Alabama. A、were/wereB、was/isC、were/wasD、was/were

考题 I prefer _________ a book to _________ a movie. A.reading ...to watchB.to read ...watchingC.to read ...watchD.reading ...watching

考题 Janet as well as the other young people who ____ sent abroad by government ___ brought up in the small town. A. was;was B. was;were C. were ;were D. were ;was

考题 Janet as well as the other young people who__________sent abroad by the government __________brought up in the small town.A.was:was B.was;were C.were;were D.were;was

考题 在主线程中启动一个子线程执行reading函数。 import threading import time import random def reading(): for i in range(10): print("reading",i) time.sleep(random.randint(1,2)) _______________________________ r.setDaemon(False) r.start() print("The End")A.r=threading.Thread(reading)B.r=threading.Thread(target=reading())C.r=threading.Thread(target=reading)D.r=Thread(target=reading)

考题 声明并创建一个学生类Student的对象s,下列语法格式正确的是()。A.Student s = Student();B.Student s;C.Student s = new Student();D.Student s = new ();

考题 创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students[1,'height']B.students.loc[2,'height']C.students.iloc[1, 1]D.students['height'][3]

考题 创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students.loc[2,'height']B.students.iloc[1, 1]C.students[1,'height']D.students['height'][3]