wendu = float(input(请输入明天的气温:'))
If wendu>26:
print('T恤')
elif wendu>=20and wendu<=26:
print('衬衣')
elif wendu>=10 and wendu<20:
print('毛衣')
else:
print('羽绒服')