以下代码的显示结果是哪个选项?temperature=50iftemperature=100:()print(toohot)eliftemperature=40:()print(toocold)els

9 查阅

以下代码的显示结果是哪个选项?temperature=50iftemperature=100:()print(toohot)eliftemperature=40:()print(toocold)else:()print(justright)

A.toohot

B.toocold

C.justright

D.toohottoocoldjustright

参考答案:

答案:justright