标签:span 一个 pre img inf 分享图片 nbsp image alt
>>> a=input(‘请输入一个数‘) 请输入一个数5 >>> print(a) 5 >>> a=input(‘请输入一个数;‘) 请输入一个数;5 >>> print(a) 5 >>> type(a) <class ‘str‘>
>>> a=input(‘请输入一个摄氏温度;‘)
>>> sum2=int(a)*9/5+32 >>> print(‘转换的华氏温度是;[]‘.format(sum2))
标签:span 一个 pre img inf 分享图片 nbsp image alt
原文地址:https://www.cnblogs.com/angellau/p/8947107.html