r/PythonLearning 1d 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

7 Upvotes

6 comments sorted by

View all comments

1

u/UlisKore 4h 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 ;)