Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix run bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagol12344 committed Apr 28, 2021
1 parent ea5c134 commit 02fb721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
print('Type 3 to splash them in water')
print('Type 4 to run')
q1 = input("What do you want to do?: ")
if q1 == 4:
if q1 == '4':
win1()
if q1 == '1':
print('You leave your house and start talking')
Expand Down

0 comments on commit 02fb721

Please sign in to comment.