Skip to content

Instantly share code, notes, and snippets.

@johngrib
Created September 27, 2018 14:09
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 johngrib/cae29caf18437b1b40d66263fea55db5 to your computer and use it in GitHub Desktop.
Save johngrib/cae29caf18437b1b40d66263fea55db5 to your computer and use it in GitHub Desktop.
turtle 보여주기
import turtle as t
t.shape("turtle") # 이 부분
t.fd(100)
t.lt(120)
t.fd(100)
t.lt(120)
t.fd(100)
t.left(120)
t.showturtle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment