You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("""You'll be asked a bunch of questions then we'll make you up
an amazing story with YOU as the star! 🤩""")
print()
name = input("Your name: ")
enemy = input("your worst enemy's name: ")
superPower = input("Your super power: ")
print()
print("Our story begins as our hero\033[35m", name, "\033[0m approaches a foreboding castle...")
print("suddenly a bolt of lightning striked the ground at the feet of", name)
print("'Our final battle begins!' shouts the evil", enemy, "clearly missing the fact that", name, "has the power of", superPower, "which means they'll win quite easily")