以下代码的显示结果是哪个选项?temperature=50iftemperature=100:print(toohot)eliftemperature=40:print(toocold)else:print(justright)
以下代码的显示结果是哪个选项?temperature=50iftemperature=100:print(toohot)eliftemperature=40:print(toocold)else:print(justright)
A.toohot
B.toocold
C.justright
D.toohottoocoldjustright
正确答案:justright
Tag:python语言程序设计 选项 代码
时间:2022-01-17 20:23:56