import random health = 125 ash_health = 110 name = input("Please enter your username: ") dungeon = input(f"Welcome {name}! Do you wish to roam constalate top floor whilst site is basement? y/n? ") if dungeon.lower() == "y": print("You walk up the stairs to top floor.") while health > 0: staircase = input("You see a dark scary staircase, do you wish to enter? y/n") if staircase.lower() == "y": print("YOU GET DOAKABI CALLED WHILE ASH WITH R4 EXTENDED BARREL SWINGS! ")