GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

Add a calculator #19

Closed GiovanniBruno22 closed 11 months ago

GiovanniBruno22 commented 1 year ago

Add a calculator with at least an add function, a subtract function, a multiply function and a divide function. Feel free to expand on this idea as much as you want and make use of docstrings to document your functions. 🙂