Skip to content
Snippets Groups Projects
Commit 6e49dc55 authored by jinwoo yoo's avatar jinwoo yoo
Browse files

Replace Readme.md

parent 66d41e8d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ def polygon(size,n,m):
for j in range(m):
t.speed(0)
t.fd(size)
t.left(360/n/m)
t.left(360/n)
t.left(360/m)
polygon(1,36,10)
polygon(40,36,10)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment