题目内容:
以下代码的显示结果是哪个选项?temperature=50iftemperature=100:()print(toohot)eliftemperature=40:()print(toocold)else:()print(justright)
A.toohot
B.toocold
C.justright
D.toohottoocoldjustright
参考答案:
以下代码的显示结果是哪个选项?temperature=50iftemperature=100:()print(toohot)eliftemperature=40:()print(toocold)else:()print(justright)
A.toohot
B.toocold
C.justright
D.toohottoocoldjustright