标签:utf-8 图片 alt src 分享 int bubuko .com http
# -*- coding: UTF-8 -*- S=float(input("输入摄氏度:")) H=(S*9/5)+32 print("%0.1f 摄氏度转华氏度为 %0.1f" %(S,H))
摄氏度转华氏度
原文地址:https://www.cnblogs.com/PMAM/p/9577618.html