Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 464 Bytes

File metadata and controls

10 lines (6 loc) · 464 Bytes

WhatsApp Image 2022-12-07 at 8 50 12 PM This is a simple calculator made using python3.

1] Two numbers are inputed by asking to the user and saved as 'a' and 'b'.

2] All the choices available in the calculator are printed.

3] User's choice is inputed to a variable x.

4] Choice is compared to each assigned values and corresponding output is obtained.