diff --git a/app.py b/app.py index 2d164c2..bc48967 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,4 @@ +#Python Calculator num1 = input("Enter a number: ") num2 = input("Enter another number: ")