编辑代码
Python代码
3.11.0
2.7.17
运行
T=
float
(input(
"请输入T的值:"
))
if
T>37.0:
print
(
"体温异常"
)
else
:
print
(
"体温正常"
)