how to view graphics
Answered
I have installed pycharm on windows and use the graphics library
whenever I run create canvas - create rectangle - the screen pops up and closes - you can not see the result - in the terminal just the message :Process finished with exit code 0
which setting has to be set/activated to keep the graphics screen visible
thanks for all update/help
Best regards, Guy
Please sign in to leave a comment.
This behavior typically happens because the program finishes execution immediately after drawing, rather than waiting for user interaction. Can you share your example?