Youssefk commited on
Commit
41e800f
1 Parent(s): 5b9eddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -28,7 +28,9 @@ def get_text():
28
  user_input= ""
29
  message("Detective!!")
30
  message("Who first discovered the body?",is_user=True)
31
- message("Scorpion")
 
 
32
  user_input = get_text()
33
 
34
  # while True:
 
28
  user_input= ""
29
  message("Detective!!")
30
  message("Who first discovered the body?",is_user=True)
31
+ message("Kiichi")
32
+ message("What was kichii's alibi?",is_user=True)
33
+ message("Went out to pick up guests at 8:30")
34
  user_input = get_text()
35
 
36
  # while True: