Skip to content

In this example you will learn to create a simple calculator that can add, subtract, multiply or divide depending upon the input from the user.

Notifications You must be signed in to change notification settings

8140171224/pyhton-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Calculator-Python

This is a python project to help show how python works!:

- Ultimately, it's to teach YOU how you can do this yourself!
- Commented throughly to help you understand!
- Different ways you can create a calculator program, explore yours!
- NOTE : We will be focused on Python 3.

#There will be several parts of this project

- Generic teaching of python!
- Ways you can use different in-built python keywords!
- How it can be used to make a calculator, arithmetic calculations, or more!
- Some cool things it can do!

#Current Functionalities

- Default Arithmetic operators
	- Addition
	- Subtraction
	- Multiplication
	- Division

#Planned things

- Other math library functions to be used!

Side note: I'm learning python myself, so i may occasionally make some programming mistakes! Bear with me! :')

Here I'm

Information

BY aakashpadhiyar

8140171224

About

In this example you will learn to create a simple calculator that can add, subtract, multiply or divide depending upon the input from the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages