Posts by kim • 1 point
1 post
-
0
votes2
answers53
viewsQ: How to keep the window open in Python Kivy?
I am learning the Python Kivy library. The code is not making mistakes, but the window opens and closes immediately. How can I make the window stay open? import kivy from kivy.app import App from…