Skip to content

rmotr-group-projects/pyp-w1-gw-demo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Project

(Not a real project. Just a demo project to show how group projects work)

We're going to build a super simple calculator function (calculate). The calculator should receive two numbers and the operation to perform and it should return the result. Example:

calculate(2, 3, 'add')  # Returns 5
calculate(3, 3, 'multiply')  # Returns 9

If the calculator receives a parameter with the wrong time, it should return a custom CalculatorException.

About

Just a demo project to show how group projects work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published