diff --git a/hello/hello.py b/hello/hello.py
index f834747..2821725 100644
--- a/hello/hello.py
+++ b/hello/hello.py
@@ -1,3 +1,11 @@
 import turtle
 pen=turtle.Pen()
+pen.shape("turtle")
+pen.forward(90)
+pen.right(90)
+pen.forward(90)
+pen.right(90)
+pen.forward(90)
+pen.right(90)
+pen.forward(90)
 turtle.done()
\ No newline at end of file