05 2018 档案

摘要:stuNum = '440681199903333628' print('所在省市:'+stuNum[0:2]) print('所在地区:'+stuNum[2:4]) print('所在县区:'+stuNum[4:6]) print('出生日期:'+stuNum[6:14]) print('户口所归 阅读全文
posted @ 2018-05-28 16:22 poipoipoi 阅读(107) 评论(0) 推荐(0)
摘要:import turtle turtle.penup() turtle.penup() turtle.left(90) turtle.fd(200) turtle.pendown() turtle.right(90) turtle.fillcolor("red") turtle.begin_fill() turtle.circle(10, 180) turtle.circle(25, 11... 阅读全文
posted @ 2018-05-14 15:01 poipoipoi 阅读(190) 评论(0) 推荐(0)