Name: Abhijeet Dalai Company: CODTECH IT SOLUTIONS ID: CT12DS2091 Domain: PYTHON PROGRAMMING Duration: AUGUST 5th, 2024 to OCTOBER 5th, 2024
Dscription This is a simple calculator program written in Python. It supports basic arithmetic operations such as addition, subtraction, multiplication, and division. The purpose of this project is to demonstrate basic Python programming skills and provide a handy tool for performing quick calculations.
Features Addition (+): Adds two numbers. Subtraction (-): Subtracts the second number from the first. Multiplication (*): Multiplies two numbers. Division (/): Divides the first number by the second (if the second number is not zero).