摘要: stuNum='201709080034' print('年级是:'+stuNum[0:4]) print('专业编号是:'+stuNum[4:9]) print('班级是:'+stuNum[-3:]) 阅读全文
posted @ 2018-05-16 21:41 黄雪旎 阅读(110) 评论(0) 推荐(0) 编辑
摘要: import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle 阅读全文
posted @ 2018-05-16 20:43 黄雪旎 阅读(109) 评论(0) 推荐(0) 编辑