Skip to content
/ pycalc Public
forked from Purdue-CSUSB/pycalc

A python calculator project to be cloned by CS 190 students

License

Notifications You must be signed in to change notification settings

modi3/pycalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pycalc

A python calculator project to be cloned by CS 190 students

How to Use

  1. Clone this repository.
  2. Allow execution of the calc.py file: $ chmod a+x ./calc.py
  3. Execute calc.py: $ ./calc.py
  4. Follow the instructions. Input the first number, then the operator symbol, then the second number. The result is displayed. (See Supported Operations)

Supported Operations

operator function
+ addition
- subtraction
* multiplication
/ division

License

See License.

About

A python calculator project to be cloned by CS 190 students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%