summaryrefslogtreecommitdiff
path: root/wk6/lect
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-03 07:53:17 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-03 07:53:17 +0000
commit371c981570269ff8849feaca5ddeddbacfce2c10 (patch)
tree406ec4c6afebb6170e32addb99cfe9a60b46b3e0 /wk6/lect
parent13028339bfd00743c8211bcddfb708a15896ed8c (diff)
Fri, May 3, 2024, 12:53 AM -07:00
Diffstat (limited to 'wk6/lect')
-rw-r--r--wk6/lect/calculator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wk6/lect/calculator.py b/wk6/lect/calculator.py
index fa6cfc1..3f39e13 100644
--- a/wk6/lect/calculator.py
+++ b/wk6/lect/calculator.py
@@ -7,7 +7,7 @@
# x = int(input("x: "))
# y = int(input("y: "))
-
+#
# z = x / y
# print(f"{z:.50f}")
@@ -21,4 +21,5 @@ def main():
print(x + y)
+
main()