How to draw in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to draw in python?

Like drawing an square

23rd Jun 2021, 5:28 PM
dan peled
dan peled - avatar
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.
25th Jun 2021, 10:24 AM
SammE
SammE - avatar
+ 3
You can use Turtle module. Learn: https://docs.python.org/3/library/turtle.html 
23rd Jun 2021, 5:45 PM
SammE
SammE - avatar
+ 2
I will be glad if you will add an example
23rd Jun 2021, 5:29 PM
dan peled
dan peled - avatar
0
How use the turtle?
25th Jun 2021, 9:32 AM
dan peled
dan peled - avatar