@@ -1,8 +1,5 @@
import turtle
b=8;m=0
for i in range(1,b+1):
t=turtle.Turtle()
if i%2==0:
m=m+i/2
print(m+b)
for _ in range(360):
t.forward(1)
t.left(1)
The note is not visible to the blocked user.