Help with kivy button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help with kivy button

Needing help to get my button function to work right. It keeps pringing th wrong thing and im in beating my brain to death to figire this out. I have linked code and kvfile code if you want to help. The other textinputs will be used later https://code.sololearn.com/cgOy37R20H9a/?ref=app

12th Jul 2020, 9:45 PM
Michael Darnell
Michael Darnell - avatar
1 Answer
0
Try this Button: text: "Get Grade -> " size_hint: (.2, None) height: 28 on_press: root.grade(lambda:root.grade(numb11, numb22))
13th Jul 2020, 1:55 AM
Emanuel Maliaño
Emanuel Maliaño - avatar