Posts by Leo • 1 point
1 post
-
-1
votes1
answer178
viewsQ: The code does not work as expected. (python and kivy)
I cannot change the name of Label 1 or Label 2 through the click function. The program shows only "hi" on the console. Python code: import kivy kivy.require("1.9.1") from kivy.app import App from…