Fye Sim Code

Sale!
US$0.01 US$0.00

print("Type the word in the parentheses")
num1 = input("You are a fire, what do you do first? Burn a house(house) or burn a small bush(bush)?")
if num1 == "bush":
print("You ate the bush and are happy")
num2 = input("What do you do know take over the woods(woods) or take over the city hall(hall)?")
if num2 == "woods":
print("You took the woods but thankfully no one noticed Good job!")
num3 = input("What do you want to do now take over the world(world) or the city(city)?")
if num3 == "world":
print("You are ambitious and it paid off you took over the world and it is in flames")
print("GAME OVER: Fyre score 10.0")
elif num3 == "city":
print("You took the city but you could have taken more and got put out by the firefighters from other cities")
print("GAME OVER: Fyre score 8.5")
elif num2 == "hall":
print("The city put its best firfighters on you and they take you down")
print("GAME OVER: Fyre rating 4.5")
elif num1 == "house":
print("The people in the house called the firefighters and put you out")
print("GAME OVER: Fyre rating 1.0")