How to use turtle in python 3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use turtle in python 3

hey guys if you know then tell me

2nd Oct 2017, 8:34 AM
Anil Pankaj
Anil Pankaj - avatar
1 Answer
0
#hey guys I'll explain you for given example so hou u #like it import turtle my_turtle=turtle.Turtle() my_turtle.forward(50) my_turtle.left(90) my_turtle.forward(50) my_turtle.left(90) my_turtle.forward(50) my_turtle.left(90) my_turtle.forward(50) #check this code in python 3
2nd Oct 2017, 8:39 AM
Anil Pankaj
Anil Pankaj - avatar