Calculator in python

Link to see the code:
Problems that I encountered
To take multiple inputs to calculate
Understanding "try" keyword
How to take input in the python using "input"
Functions that I have used
If choice in try choice: Is used as a "use case" statement
if elif : conditional statement
continue , break Statement : continue :- to take control back to the previous function
break:- It is used to break the loop and get the control out of the flow .
while : is a iterative loop
print() and input() function
Airthmetic operators:- + - * /
list () and map() function is used to take inputs and map() maps the list
What I learned
How to take multiple inputs
What is the use of the above given functions

![React Beginner [project based learning]](https://cdn.hashnode.com/res/hashnode/image/upload/v1725214935692/ae3dd028-c656-4bf0-8c57-588feeedba13.jpeg)
