Triangle in Python

#Triangle import turtle my_turtle = turtle.Turtle() my_turtle.forward(130) my_turtle.left(135) my_turtle.forward(90) my_turtle.left(90) my_turtle.forward(90)

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.