2018年3月14日

python基础

摘要: from turtle import * import turtle import sys def my_draw(n): turtle.begin_fill() for i in range(5): turtle.forward(n) turtle.right(144) turtle.end_fill() def myongo(x,y... 阅读全文

posted @ 2018-03-14 20:34 阿丹丹酱 阅读(108) 评论(0) 推荐(0) 编辑

导航