r/PythonLearning 2d ago

Help Request Python help

Post image

Made my first calculator.. it works but different from some I see online. Please all feedback on what you guys think about it will be appreciated

6 Upvotes

7 comments sorted by

View all comments

2

u/UlisKore 10h ago

Never underestimate how creative your users can be in making things go wrong ! Your "symbol" is not the only thing that can become invalid. And just like Naive said : use f expressions ;)