@@ -0,0 +1,8 @@
import turtle
t=turtle.Turtle()
for _ in range(360):
t.forward(1)
t.left(1)
The note is not visible to the blocked user.