From 8518852acc6f37a4309a5ddd3418599714d49425 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Fri, 3 May 2024 07:00:07 +0000 Subject: Fri, May 3, 2024, 12:00 AM -07:00 --- wk6/lect/calculator.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 wk6/lect/calculator.py (limited to 'wk6/lect/calculator.py') diff --git a/wk6/lect/calculator.py b/wk6/lect/calculator.py new file mode 100644 index 0000000..d6886ee --- /dev/null +++ b/wk6/lect/calculator.py @@ -0,0 +1,4 @@ +x = input("x: ") +y = input("y: ") + +print(x + y) -- cgit v1.2.3