- A+
所屬分類:百科知識
1.彩色螺旋線
from turtle import *
import turtle
t = Turtle()
t.pensize(2)
turtle.bgcolor("black")
colors = ["red", "yellow", 'purple', 'blue']
t._tracer(False)
for x in range(400):
for y in range(200):
t.forward(x * y)
t.color(colors[x % 4])
t.left(91)
t._tracer(True)
done()

歷史上的今天:
- 2024: AsrTools:智能語音轉文字工具
- 2024: 免費AI視頻剪輯工具TailorV0.47 超多黑科技功能
- 2024: 完美解碼PureCodec20241024官方版&綠色版
- 2024: CAD窗口選擇不是矩形的解決方法
- 2024: Excel的轉置如何操作?
贊
0
賞

