Skip to content

A versatile Python calculator with support for basic arithmetic and power operations.

License

Notifications You must be signed in to change notification settings

naraengk/basic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Calculator 🧮

Welcome to the Python Calculator! This simple yet versatile command-line application performs essential arithmetic operations with ease.

Features:

  • Addition ➕: Computes the sum of two numbers.
  • Subtraction ➖: Computes the difference between two numbers.
  • Multiplication ✖️: Computes the product of two numbers.
  • Division ➗: Computes the quotient of two numbers.
  • Exponentiation ✨: Computes the power of one number raised to another.

How It Works:

  1. Initialization: The program starts by displaying a logo and prompts you to enter the first number. 🧮
  2. Operation Selection: Choose an arithmetic operation from the available list. 📋
  3. Perform Calculation: Enter the second number, and the calculator performs the chosen operation. 🔢
  4. Continuous Use: Decide whether to continue calculations with the result or start a new calculation. 🔄
  5. Restart Option: If you choose to start anew, the calculator resets and begins fresh. 🆕

This calculator uses a dictionary to map operations to their functions and includes a loop for handling multiple calculations in one session. Enjoy a user-friendly experience with interactive prompts and clear outputs! 😊

About

A versatile Python calculator with support for basic arithmetic and power operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages