temp = input("Please enter the tempreture. ")
temp2 = temp[0,1]
if temp[2] or temp[3] == "C" or "c":
new = (temp2*9/5)+32
print(temp + " converted into Farenheit is " + new + ".")
elif temp[2] or temp[3] == "F" or "f":
print(" ")
else:
print("You have done something wrong?")
这是作业,我想使用输入来转换温度。输入为 77C 或 77F。有什么方法可以将其设置为整数 77 以便我可以在计算中使用它?
小怪兽爱吃肉
慕仙森
HUWWW
相关分类