diff --git a/diy.py b/diy.py
index 2971ca7..cf9988f 100644
--- a/diy.py
+++ b/diy.py
@@ -1,7 +1,3 @@
-import turtle
-pen=turtle.Pen()
-for i in range(1,300):
-    pen.forward(i)
-    pen.right(91)
-pen.hideturtle()
-pen.done()    
\ No newline at end of file
+i=3
+j=7
+print(5"*",3,"="(i*j))
\ No newline at end of file