Skip to content
Snippets Groups Projects
Commit c5371194 authored by KimTaeeun's avatar KimTaeeun
Browse files

Upload New File

parent 55d4d242
No related branches found
No related tags found
No related merge requests found
import turtle
for i in range(10):
turtle.left(20)
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment