¿How can I make a calculator in python3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

¿How can I make a calculator in python3?

30th Jan 2018, 12:18 PM
Srt
Srt - avatar
4 Answers
+ 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
10th Feb 2018, 12:06 AM
warlord
warlord - avatar
+ 27
SoloLearn Also Provides A Lesson About It , try that lesson :)
10th Feb 2018, 12:06 AM
warlord
warlord - avatar
+ 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
30th Jan 2018, 12:24 PM
Louis
Louis - avatar
+ 1
You can try use PyQT framework, if you don't want a merely console app.
30th Jan 2018, 12:30 PM
Alex Green
Alex Green - avatar