GiovanniBruno22 / PythonBeginners

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

Added basic calculator with no GUI yet #34

Closed imadahmad97 closed 1 year ago

imadahmad97 commented 1 year ago

Added basic calculator with functionality for addition, subtraction, multiplication, and division with two integer inputs. Currently no GUI for users to interact with, possibly in the future.