Skip to content

This is my first Python release, so the code is probably not the best possible. The code was done on Replit.

Notifications You must be signed in to change notification settings

rqc6/Simple-python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Calculator

This Python script provides basic functionality for a simple calculator that supports four fundamental arithmetic operations: addition, subtraction, multiplication, and division.

Operations

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)

Usage

  • Run the script.
  • Enter the arithmetic operation in the format number1 operator number2 (e.g., 12 + 3).
  • Press Enter to see the result.
  • Terminate the program by pressing Enter without input.

About

This is my first Python release, so the code is probably not the best possible. The code was done on Replit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages