摘要: stuNum = '201709080042' print('年级是:'+stuNum[0:4]) print('专业编号是: '+stuNum[4:9]) print('序号是: '+stuNum[-4:]) stuNum = '440103199909083352' print('所在省市:'+stuNum[0:2]) print('所在地区:'+stuNum[2:4]) print(... 阅读全文
posted @ 2018-05-21 16:08 Kaeo 阅读(142) 评论(0) 推荐(0)