编辑代码

T= float(input("请输入T的值:"))
if T>37.0:
    print("体温异常")
else:
    print("体温正常")