Skip to content

A basic Calculator code, made by Python, used for simple calculations.

Notifications You must be signed in to change notification settings

triomit50/calculator-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Calculator app

Table of Contents

  • Description
  • Tools used
  • How to run

Description

This is a simple Calculator, coded using the Python language. Basic calculations can be done using this; serial wise operations allowed and not following the BODMAS rule. Just like in calculator, we enter the number, followed by the operator and the further numbers. The "=" button is pressed to equate the series of calcuations.

Tools used

🐍 Python

How to run

The "calculator.py" file contains the main code content. The "main.py" file is the main excutable file which can be used to run. Both of these files should be saved in the same folder. The "main.py" file can be executed, without any risk of committing any changes in the main code content.

About

A basic Calculator code, made by Python, used for simple calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages