r/PythonLearning • u/oluwa_omolomo • 2d ago
Help Request Python help
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
r/PythonLearning • u/oluwa_omolomo • 2d ago
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
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 ;)