下面的if语句统计"成绩(score)优秀的男生以及不及格的男生”的人数,正确的语句是( )
A. if (gender=='男' and score<60 or score>=90): n+=1
B. if (gender=='男' and score<60 and score>=90): n+=1
C. if (gender=='男' and (score<60 or score>=90)): n+=1
D. if (gender=='男' or score<60 or score>=90): n+=1
查看答案
执行下列的Python语句将产生的结果是()。x=2;y=2.0if(x==y): print("Equal")else:print("Not Equal")
A. Equal
B. NotEqual
C. 编译错误
D. 运行时错误
在下面的异常堆栈中,异常类型是:__________。Traceback (most recent call last):File "", line 1, in TypeError: unsupported operand type(s) for ** or pow(): 'str' and 'int'
Python语句序列a,b=3,4a,b=b,aprint(a,b)的执行结果是( 1 )
可用于感染性休克但副作用较大的药物是( )
A. 阿托品
B. 山莨菪碱
C. 毛果芸香碱
D. 酚妥拉明
E. 新斯的明