The automobile is the invention
print('Welcome')
name = input('Please enter your name : ')
age = int(input('Your age : '))
print('Your name is',name,'and you have',age,'years old')
You have to ask you teacher to show you which ones you got wrong and the answers to them.