Skip to content

Commit

Permalink
Save square file
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithGalli committed Dec 14, 2022
1 parent 324514e commit 73b88ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions github-tutorial/square.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import turtle

turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)

turtle.done()

0 comments on commit 73b88ef

Please sign in to comment.