笔记

F=float(input())
C=5*(F-32)/9
print('%5.5f' % C)
print(f"{C:.5f}")

0 条评论

目前还没有评论...