how do you create a canvas in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how do you create a canvas in python?

I'm having trouble creating a title screen for a program in python.

13th Jul 2018, 7:23 PM
Thecoder2000
7 Answers
+ 2
Turtle is best for shapes, drawing etc. check this link. https://www.youtube.com/playlist?list=PLrrx4PIzITawNpK6yAxfxF45uWG0iLeFS
14th Jul 2018, 5:31 AM
Maninder $ingh
Maninder $ingh - avatar
+ 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
13th Jul 2018, 7:27 PM
Dlite
Dlite - avatar
+ 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"
13th Jul 2018, 7:49 PM
Dlite
Dlite - avatar
0
can print be the name of a variable? ('print')=______
13th Jul 2018, 7:27 PM
Thecoder2000
0
how can you verify your account?
13th Jul 2018, 7:28 PM
Thecoder2000
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.
13th Jul 2018, 8:31 PM
Seb TheS
Seb TheS - avatar