A would
B should
C must
D could
第1题:
9. _______you _______ stay at home today?
A. Do ; have to
B. Must; have to
C. Have; to
D. Do ; must
第2题:
A、are…being
B、is…being
C、has…been
D、have…been
第3题:
关于以下代码说法正确的是(_____)。 class Student: def language(self): print ("All the students like Python") class Mary(Student): def work(self): print("Mary is programming") class Tom(Student): def language(self): print("Tom likes JAVA") mary = Mary() tom = Tom()
A.mary.language()会打印出All the students like Python
B.tom.language()会打印出All the students like Python
C.tom.work()会打印出Tom is programming
D.tom.language()会打印出Tom likes JAVA
第4题:
—Where____you____lunch?
—Athome.Therewasnoschoollunch
A.did;have
B.are;having
C.will;have
D.do;have
第5题:
You look() What()you()?
Atire;did;do
Btiring;have;done
Ctired;do;do
Dtired;have;been doing