Skip to content

Instantly share code, notes, and snippets.

@EdwinTai
Created May 16, 2022 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdwinTai/a0e34522d90007644892f8f53b65f6f0 to your computer and use it in GitHub Desktop.
Save EdwinTai/a0e34522d90007644892f8f53b65f6f0 to your computer and use it in GitHub Desktop.
python fun demo
import turtle as t
for i in range(50):
t.left(50)
t.fd(90)
t.left(180)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment