print("Let's make a story!")
name = input("Enter a name for an old man.: ")
age = input("Enter " + name + "'s age.: ")
cat_name = input("Enter a name for a cat.: ")
print("Once upon a time, there was an old man called " + name + ".") #want to make this line 1 line below
print("\nonce upon a time....")
source :
https://linuxconfig.org/list-of-python-escape-sequence-characters-with-examples
nope still doesn’t work thx for reply tho
never mind it worked sorry
Glad you got it working!
congrats on building your first story