在线名词解释大全 - Python程序设计 - 详细

11 Analyzethefollowingcode.()even = Falseif even:print("Itiseven!")

A
The code displays It is even!
B
The code displays nothing.
C
The code is wrong. You should replace if even: with if even == True:
D
The code is wrong. You should replace if even: with if even = True:
正确答案:
相关推荐
扫描二维码
关注公众平台