0
Python kivy need Help
so i wanna make a suggestion box while typing on TextInput but i dont know how to do it. can someone help ?
2 Respostas
+ 3
Hi! Are you still looking for the help?
+ 1
something like...
box = input(Suggestion Box: )
print(box)
this one should work.