how to view graphics
已回答
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
请先登录再写评论。
This behavior typically happens because the program finishes execution immediately after drawing, rather than waiting for user interaction. Can you share your example?