There were students in the reading room. A、nietherB、notC、noD、none
There were students in the reading room.
A、niether
B、not
C、no
D、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
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:wasB.was;wereC.were;wereD.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]