diff --git a/game.py b/game.py index 891e7ff..d0b0206 100644 --- a/game.py +++ b/game.py @@ -52,4 +52,21 @@ player_items.append("Potion") print("Your items now: ") print(player_items) -# ---section end--- # \ No newline at end of file +# ---section end--- # + + + +#Section author: Aziza +print("What do we need to do to finish ziyotek successfully?") +print("1. Sleep less,Don't Freak Out, practice more!!") +print("2. Nothing)) ") +decision = input("Pick a number") +if (decision == "1"): + print("You get good job and great future!!") + exit() +elif (decision == "2"): + player_money = player_money * 0.1 + print("You gonna miss Ziyotek and owes:") + print(str(player_money) + " " + "dollar") + + # End section # \ No newline at end of file