@@ -0,0 +1,18 @@
from turtle import forward, right
def square(size):
forward(size)
right(45)
square(10)
forward(100)
square(50)
square(100)
input()
The note is not visible to the blocked user.