No other organization was able to or willing to ______ the job. (U4----A)
A. take on
B. take in
C. take to
D. take off
查看答案
The pay that the soldiers received was ______. (U4----A)
A. negligible
B. intelligible
C. credible
D. compatible
It looks like this boxing match is going to be a ______. (U4----A)
A. cutoff
B. kickoff
C. takeoff
D. standoff
在Python中,下列哪个语句可以导入os模块?
A. import os
B. export os
C. from python import os
D. from . import os
在Python中,通过哪一个语句可以导入模块并为模块设置一个别名?
A. import … as …
B. from … as …
C. import … rename …
D. from … import … rename …