7 Answers
+ 2
Turtle is best for shapes, drawing etc.
check this link.
https://www.youtube.com/playlist?list=PLrrx4PIzITawNpK6yAxfxF45uWG0iLeFS
+ 1
In python, if you want to create a canvas, you'll have to import the "Turtle" library,
Unfortunately, Sololearn doesn't come with this library, meaning you can't create a Canvas here on the Python Playground
+ 1
Thecoder2000
First of all, in ALL programming languages, reserved words are NOT meant to be used as variable names.
But if you still want to use "print" as a variable name, you should capitalise it
==========
print = "This causes an error"
Print ="This is Ok"
0
can print be the name of a variable?
('print')=______
0
how can you verify your account?
0
pygame is very useful tool to allow pythonâ compiler to allow output of sound and images, but pygame is like another programming language I mean that it has so many functions and methods that it takes a while to learn even the part you need.