0
Making a shape and python with color
Print=?
4 Answers
+ 3
Bernard Rombalski
other than emojis, you can't really 'print' a shape.
maybe use PIL
https://sololearn.com/compiler-playground/cD6mgzEGzR9Y/?ref=app
+ 2
python is case sensitive language, so you should use print() instead of Print=
note: you will need some graphical tool to display, for instance a circle or rectangle. I used pygame, but you can find other tools as well....
next time feel free to use the search form, a lot of questions are already answered.
next time ask a clear question and also use relevant tags....
thanks
+ 2
Bernard Rombalski if you are referring to turtle 🐢 module
https://sololearn.com/compiler-playground/Wz8hu0fbluxn/?ref=app
0
Thank you but I was looking for the answer of do I use a print function