python第一天练习--TH
celsius = float (input('Enter a degree int Celsius:'))
fahrenheit = (9/5) * celsius + 32
print ('%.1f celsius is %.1f fahrenheit' % (celsius,fahrenheit))
r , l = map(int,input('Enter the r and l o...
原创
2019-09-02 21:23:13 ·
591 阅读 ·
0 评论