2018年5月16日

摘要: stuNum = '201709080059' print('年级是:'+stuNum[0:4]) print('专业编号是:'+stuNum[4:9]) print('序号是:'+stuNum[-3:]) IDNo= '511303199807040028' print('省市是:'+IDNo[0 阅读全文
posted @ 2018-05-16 21:46 AmberGCC 阅读(143) 评论(0) 推荐(0)
摘要: import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-60 阅读全文
posted @ 2018-05-16 20:59 AmberGCC 阅读(126) 评论(0) 推荐(0)

导航