This is my first experience with a programming language. I was executing this code in python and I got the error. please help me.
print("welcome")
name=input("\nHi, What's your name ?")
age=input("\nHow old are you?")
weight=int(input("How many pounds do you weight?"))
print("Hello,",name, "you are ", age, " years old. And you weigh ",weight," pounds")