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

Added basic calculator with no GUI yet #34

Closed imadahmad97 closed 11 months ago

imadahmad97 commented 11 months 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.