Development Python

car =  raw_input("car name: ")
print car
I = raw_input("Your Name:")
print I + " wants to rent a" + car