week 6
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
s = input("Do you agree? ")
|
||||
s = s.lower()
|
||||
|
||||
if s in ["y", "yes"]:
|
||||
|
||||
print("Agreed.")
|
||||
|
||||
else:
|
||||
print("Not Agreed.")
|
||||
Reference in New Issue
Block a user