以下代码的显示结果是哪个选项?temperature = 50 if temperature >= 100: print("too hot") elif temperature <= 40: print("too cold") else: print("just right")
A: too hot
B: too cold
C: just right
D: too hot too cold just right
A: too hot
B: too cold
C: just right
D: too hot too cold just right
举一反三
- 执行下列语句后结果是_________temperature = 50if temperature >= 100: print("too hot")elif temperature <= 40: print("too cold")else: print("just right") A: too hot B: too cold C: just right D: too hot too cold just right
- The weather in this city is neither too cold in winter ____ too hot in summer. A: or B: either C: nor D: right
- Neither too hot in summer _________ too cold in winter.
- 中国大学MOOC: Neither too hot in summer _____ too cold in winter._
- Neither too hot in summer _____ too cold in winter. A: not B: or C: nor D: and