From 5bdb3585ededf0682ca4404ac152d6b84a87f69c Mon Sep 17 00:00:00 2001 From: Logan Someone <63481547+Nagol12344@users.noreply.github.com> Date: Tue, 27 Apr 2021 16:48:53 -0400 Subject: [PATCH] add thing to see if you pick something --- helloworld.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helloworld.py b/helloworld.py index 5d51a37..3cebb09 100644 --- a/helloworld.py +++ b/helloworld.py @@ -100,6 +100,9 @@ print('The villagers kill you') time.sleep(2) end() + if q23 == 1: + time.sleep(2) + print('') elif q13 == '2': time.sleep(2) print('The jars are not filled with water')