import
turtle as t
t.speed(
0
)
t.pencolor(
'red'
#or ('blue')
t.bgcolor(
'black'
num
=
50
for
i
in
range
(
500
):
+
1
t.fd(num)
t.right(
89