what do you think about it?
import turtle
import random
x = (random.randint(1,90))
m = x
t = turtle.Pen()
while x <= 360:
t.forward(m)
t.left(m)
x = x+m
print(x)
print("m=", m)
t.forward(m)
t.left(m)
print("I have done")
Voters
Watchmeme (0)
cool ah
good ig.