0

Making a shape and python with color

Print=?

4th Apr 2025, 6:57 PM
Bernard Rombalski
Bernard Rombalski - avatar
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
5th Apr 2025, 4:07 AM
Bob_Li
Bob_Li - avatar
+ 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
4th Apr 2025, 7:56 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 2
Bernard Rombalski if you are referring to turtle 🐢 module https://sololearn.com/compiler-playground/Wz8hu0fbluxn/?ref=app
4th Apr 2025, 10:47 PM
BroFar
BroFar - avatar
0
Thank you but I was looking for the answer of do I use a print function
4th Apr 2025, 8:01 PM
Bernard Rombalski
Bernard Rombalski - avatar