Skip to content

Instantly share code, notes, and snippets.

@pratik-choudhari
Last active November 15, 2021 14:54
Show Gist options
  • Select an option

  • Save pratik-choudhari/6f1da200bd8d145545098cd90f0efe13 to your computer and use it in GitHub Desktop.

Select an option

Save pratik-choudhari/6f1da200bd8d145545098cd90f0efe13 to your computer and use it in GitHub Desktop.
pythonji turtle code to create a square
import turtle as 🐢
for _ in range(4):
🐢.forward(100)
🐢.left(90)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment