Skip to content

Instantly share code, notes, and snippets.

@nazmul629
Last active December 19, 2018 10:26
Show Gist options
  • Save nazmul629/69a4577c29af08d132cae9658b8151a7 to your computer and use it in GitHub Desktop.
Save nazmul629/69a4577c29af08d132cae9658b8151a7 to your computer and use it in GitHub Desktop.
Python Tharmal

Install turtle

sudo apt-get install python3-tk

Write a Equilateral triangle Python Program Useing Turtle

import turtle 
turtle. forward(100)
turtle.left(120)
turtle. forward(100)
turtle.left(120)
turtle. forward(100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment