Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 589 Bytes

File metadata and controls

23 lines (18 loc) · 589 Bytes

🧮 Python Calculator

📖 About

This is a simple calculator program made using Python.
It can perform basic operations like addition, subtraction, multiplication, and division.

🚀 Features

➕ Addition
➖ Subtraction
✖️ Multiplication
➗ Division

▶️ How to Run

  1. Open the file in your computer
  2. Run the program using:VS code,IDLE or any python supporting code editor as you preferred

📚 What I Learned

  • Taking user input
  • Using Exception handling
  • Writing simple Python programs

👨‍💻 Author

Anuj Pansare (Coded-By-Anuj)