Releases: software-development-course-2025/python-week-1-assignment
Releases · software-development-course-2025/python-week-1-assignment
Initial Release
🎉 Initial Release – Basic Calculator
This is the first stable version (v1.0.0) of the Basic Calculator project.
✅ Features
- Simple command-line calculator written in Python
- Accepts user input for two numbers and a mathematical operation
- Supports the following operations:
- Addition (
+) - Subtraction (
-) - Multiplication (
*) - Division (
/)
- Addition (
- Gracefully handles division by zero
- Lightweight, beginner-friendly code structure
- Includes:
calculator.py(main script)README.md(with usage instructions)LICENSE(MIT)
📦 File(s) included
💡 Tip: You can run this file directly in any Python 3.x environment via terminal or command prompt.
🧑🏫 Context
This project was developed as part of Week 1 Assignment of the Software Development Course (2025) — Python Module.
🪪 License
Released under the MIT License.
Thanks for checking it out! 🧮