文件名称:Python变量与螺旋线的教程.py
文件大小:273B
文件格式:PY
更新时间:2023-04-15 07:38:35
python 学习资源
#SquareSpiral1.py - Draws a squarec spiral import turtle #导入(import) t = turtle.Pen() for x in range(100): t.forward(x) t.left(90)
文件名称:Python变量与螺旋线的教程.py
文件大小:273B
文件格式:PY
更新时间:2023-04-15 07:38:35
python 学习资源
#SquareSpiral1.py - Draws a squarec spiral import turtle #导入(import) t = turtle.Pen() for x in range(100): t.forward(x) t.left(90)