shrey141102 / PythonProjects

Python Programs
8 stars 37 forks source link

Added a new program (arithmetic calculator) #91

Closed ogsahil closed 6 months ago

ogsahil commented 6 months ago

Describe your changes

I have added a new program called calculator which i have created using functions, while loops and if-else. functions for - different operation that the user wants to perform. while loop for - executing the program for n number of times until it satisfy the condition. if-else for - execute the operation according to the user input.

Issue ticket number and link (Mandatory)

91

Screenshots of your project output, whatever you have added. (Mandatory)

ss

Checklist before requesting a review