Name:Akash Kumar Company:CODTECH IT SOLUTION ID:CT12DS4849 Domain:Python Programming Duration:july to august 2024 Mentor:SANTHOSH KUMAR
Overview of the project
Project: Design a simple calculator using python objective: The objective of this ptoject is to perform simple calculation like addition,substraction,multiplication and division.
Key Activities: addition substraction multiplication division
Technology used: PYTHON
How it Works:
User inputs two numbers. User selects an operation (addition, subtraction, multiplication, or division). Program performs the selected operation on the two numbers. Program displays the result of the operation.
Features:
Supports four basic arithmetic operations. Handles division by zero error. Provides a simple and interactive user interface.