summaryrefslogtreecommitdiff
path: root/wk6
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-03 07:20:59 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-03 07:20:59 +0000
commitf00ed6d9ca9e165459c7645fce70ce6d7ee48d5f (patch)
tree250d1a323f19f589e9b72c0e5c84c45abb42905c /wk6
parent25ab668f1fe9a30b06ba0f2ea36bfd918a6fdeb7 (diff)
Fri, May 3, 2024, 12:20 AM -07:00
Diffstat (limited to 'wk6')
-rw-r--r--wk6/lect/agree.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/wk6/lect/agree.py b/wk6/lect/agree.py
index c68192b..c04a32a 100644
--- a/wk6/lect/agree.py
+++ b/wk6/lect/agree.py
@@ -5,6 +5,7 @@ s = input("Do you agree? ")
# elif s == 'N' or s == 'n':
# print("Not agreed")
-if s in ['y', 'yes']:
- print('Agreed')
-
+# if s in ['y', 'yes']:
+# print('Agreed')
+# elif s in ['n', 'no']:
+# print('Not agreed')