Skip to content

SinaiDivine/Day8-Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Mini Project (Day 8 Task) – Simple Calculator

πŸ“Œ Description

This project is a Python script (calculator.py) that acts as a simple calculator.
It asks the user to enter two numbers and an operator, then calculates and prints the result.

Supported operators:

  • + β†’ Addition
  • - β†’ Subtraction
  • * β†’ Multiplication
  • / β†’ Division
  • % β†’ Modulus (remainder)
  • ** β†’ Exponent (power)

πŸš€ How to Run

  1. Open your terminal.
  2. Run the script with Python:
python3 calculator.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages