Python命令杂项

海龟绘图:
from turtle import *
width() color() speed() left() right() forward() up() down() circle()
range:
range(start,end.step) end为结束前的那个点,start为起始点,step幅度。

猜你喜欢

转载自blog.csdn.net/u011809374/article/details/84859562
今日推荐