lt’s still early.You ( ). A、wouldn't hurryB、mustn't hurryC、may not hurryD、don’t have to hurry
lt’s still early.You ( ).
A、wouldn't hurry
B、mustn't hurry
C、may not hurry
D、don’t have to hurry
相关考题:
以下哪个资源定位器的写法是正确是?()A.http://www.wls.com/lt/lt.htmB.http:||www.wls.com/lt/lt.htmC.http://www.wls.com\lt\lt.htmD.http:||www.wls.com\lt\lt.htm
若有运算符:>;、一、<;<;、%、sizeof,则它们按优先级(由高至低)的正确排列顺序为( )。A.%、sizeof、>;、<;<;、=B.sizeof、%、>;、一、<;<;C.sizeof、<;<;、>;、%、=D.sizeof、%、<;<;、>;、=
下面程序运行后,输出结果为( )。 Dim a( ) a=Array(1,3,5,7,9)s=0Fori=lT04S=S*1 0+a(i)NextiPrint SA.1357B.3579C.7531D.9753
已知lt=[1,2,3],下面表达式能够修改lt为[1,2,3,4]的是A.lt+=4B.lt.append(4)C.lt.insert(3,4)D.lt.insert(-1,4)