This content originally appeared on DEV Community and was authored by James Kabuga
What I learnt Today
1.Build a simple calculator app project.
- Tracked,commited and pushed the project to public repo python-concepts.
About What I Did Today
1.Allow the user to enter 2 numbers for it to calculate.
2.By default input returns a atring so we have to convert the input to a float or integer.
3.Create a short menu that displays the operations that our project will do.
4.Create an if-else decision condition so that the operations we pass thwm in the elif and else conditions.
5.Run our python script.
Challenges I faced today
1.I didn't know that by default input whatever the value by deafult it returns a string.
How i solved this challenge
Converted the input of the user to a float.
Resources I used
1.Refresher python series by Bonaventure Ogeto on youtube
What's Next
1st week of Python series is done next I'll learn about operators and Expressions
This content originally appeared on DEV Community and was authored by James Kabuga

James Kabuga | Sciencx (2025-10-20T14:34:50+00:00) Day 10 of documentating my learning journey. Retrieved from https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.