+ 2
How to draw in python?
Like drawing an square
4 Answers
0
In order to work with turtle, you first need to import the module by writing:
import turtle
learn turtle for free:
https://realpython.com/beginners-guide-JUMP_LINK__&&__python__&&__JUMP_LINK-turtle/#moving-the-turtle
Also you can user YouTube and google for learn.
+ 3
You can use Turtle module.
Learn: https://docs.python.org/3/library/turtle.htmlÂ
+ 2
I will be glad if you will add an example
0
How use the turtle?