@@ -0,0 +1,7 @@
from turtle import *
for line in range(5):
forward(100)
right(360 * 2 / 5)
input()
The note is not visible to the blocked user.