From de69341ee17b018da2901445227351f5944b0894 Mon Sep 17 00:00:00 2001 From: hshimizu01 Date: Sun, 18 Jan 2026 09:25:42 -0500 Subject: [PATCH] slightly altered print line to pick up where i left off with hw --- calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculator.py b/calculator.py index b91d577..547bda2 100644 --- a/calculator.py +++ b/calculator.py @@ -12,4 +12,4 @@ def divide(a, b): print("I'm going use the calculator functions to divide 30 by 6") x = divide(30,6) -print(x) +print(x)