summaryrefslogtreecommitdiff
path: root/wk6
diff options
context:
space:
mode:
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')