How can i make a pyhton calculator that launches on click?
Thank You.
vik.singh 0 Newbie Poster
Recommended Answers
Jump to PostYou can design rather simple calculator using the Python function eval():
# simple calculator using Python function eval() # improvements: # safeguard eval(), error check math expression # loop for more calculations and so on # # importing math functions allows you to enter sin(1.6), pi etc. …
All 4 Replies
griswolf 304 Veteran Poster
richieking 44 Master Poster
vik.singh 0 Newbie Poster
bumsfeld 413 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.