A、she fell asleep
B、had she fallen asleep
C、does she fall asleep
D、has she fallen sleep
第1题:
A.CY-CY
B.CY-DOOR
C.DOOR-CY
D.DOOR-DOOR
第2题:
Scarcely()asleep when a knock at the door awakened her.
A.she had fallen
B.she had fallen into
C.had she fallen
D.fell she
第3题:
以下代码的执行结果是: n = 1 def func(a, b): c = a * b return c s = func("knock~", 2) print(c)
A.knock~ 1
B.knock~knock~ 2
C.knock~knock~ 1
D.报错
第4题:
When you ______ at the door, I ______ some washing.
A、knocked; did
B、was knowcking; did
C、knocked; was doing
D、knock; am doing
第5题:
以下代码的执行结果是: n = 1 def func(a, b): n = b return a*b s = func("knock~", 2) print(s, n)
A.knock~ 1
B.knock~knock~ 2
C.knock~knock~ 1
D.报错