From 7b7290bd7e92b3c31f9d51d5b5cf776c9167c7e4 Mon Sep 17 00:00:00 2001 From: Colin Chambachan Date: Tue, 17 Nov 2020 13:01:58 -0500 Subject: [PATCH] Update Calculator.py --- Calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calculator.py b/Calculator.py index e36b587..f57366d 100644 --- a/Calculator.py +++ b/Calculator.py @@ -19,7 +19,7 @@ def subtract(num1, num2): # Ask the user for what they want the two operands to be -firstNum = input("Enter the first number\n") +firstNum = input("Hello, Enter the first number\n") secondNum = input("Enter the second number\n")