print("Welcome to the Mad Libs Casino! Please pay a coin to play.") # welcoming user ask = input("Do you want to play: Reply with yes, or no.") if ask == "no": print("Then why did you run this program in the first place? You're still\n going to play.") if ask == "yes": name = "" # […]