+ 3
¿How can I make a calculator in python3?
4 odpowiedzi
+ 27
Making A Calculator ? well try using kivy with some input by the user but about keyboard I don't know about if you want to set the type the keyboard to all characters or just numbers
+ 27
SoloLearn Also Provides A Lesson About It , try that lesson :)
+ 1
you need a Gui like tkinter, which is not supported on playground.
try this
in the prog below, type
3*(8+3)**2
https://code.sololearn.com/ck9rtCKNCAdK/?ref=app
+ 1
You can try use PyQT framework, if you don't want a merely console app.