Sunday, August 30, 2020

write a pyhton program using turtle to draw shape L

 import turtle             

my_pen = turtle.Turtle()      

my_pen.forward(150)           

my_pen.left(90)               

my_pen.forward(75)

No comments:

Post a Comment