Posts by rodrigo_davis • 11 points
1 post
-
1
votes0
answers34
viewsQ: How to use two buttons in the kivy for the same function?
I can’t get the same function to do two different operations in the kivy: from kivy.app import App from kivy.uix.boxlayout import BoxLayout class Topografia(BoxLayout): def aa(self): a =…