更新 2024.7.16.py #1

Open
sairate wants to merge 1 commits from sairate-patch-1 into master
1 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,11 @@ for j in range(100):
t.penup()
t.goto(x,y)
t.pendown()
for i in range(0,6):
r = random.random()
g = random.random()
b = random.random()
t.pencolor(1, g, b)
for i in range(0,6):
t.forward(step)
t.penup()
t.backward(step//2)