摘要:
s ='201606050008' a=s[:4] b=s[4:6] c=s[6:8] d=s[8:] print('年级{}'.format(a)) print('学院{}'.format(b)) print('班级{}'.format(c)) print('学号{}'.format(d)) while True: a = int(input('摄氏度转换为华氏温度请按1\... 阅读全文
posted @ 2018-09-11 17:30
吕达
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号