Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This is a project that simulates a calculator. Each method requires two arguments (float and/or int).

Addition Module

addition.py's perform_operation() adds the two arguments together.

Subtraction Module

subtraction.py's perform_operation() subtracts the second argument from the first argument.

Multiplication Module

multiplication.py's perform_operation() multiplies the first argument by the second argument.

Division Module

division.py's perform_operation() divides the first argument by the second argument.

About

A repo for the project file structure activity

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages