Python
A = float(input("摄氏度:")) print("华氏温度:",A * 1.8 + 32)