After they finished _____football,they went for a drink in a pub.
A.playing
B.to play
C.play
第1题:
17_______.
A. gone
B. going
C. goes
D. went
第2题:
The word “went” contains two morphemes.()
第3题:
#让程序给你随机选择一种饮品 ######FILL###### import ____ list_drink = ['Coffe', 'water', 'orange juice', 'tea'] my_drink = random.choice(list_drink) print('my drink is :',my_drink)
第4题:
The test ______, we began our holiday.
A. was finished
B. finishing
C. was finishing
D. finished
第5题:
It took me three hours _______ the task.
A、finishing
B、to finish
C、finish
D、finished
第6题:
#让程序给你随机选择一种饮品 ######FILL###### import ____ list_drink = ['Coffe', 'water', 'orange juice', 'tea'] ######FILL###### my_drink = random.____(list_drink) print('my drink is :',my_drink)