2018年5月21日
摘要: stuNum = '201709090053' print('年级是:'+stuNum[0:4]) print('专业编号是:'+stuNum[4:9]) print('序号是:'+stuNum[-3:]) stuNum = '440111199810260216' print('所在省市:'+stuNum[0:2]) print('所在地区:'+stuNum[2:4]) print('所在县... 阅读全文
posted @ 2018-05-21 16:00 木匀…… 阅读(128) 评论(0) 推荐(0)