I'm very new to python and trying to make a sort of gLaDOS chatbot, can someone show me why I'm getting syntax errors with this piece of code? The program highlights the userage in the bottom line when I attempt to run it.
print('Hello and, again, welcome to the Aperture Science computer-aided enrichment center. ')
print ('I am gLaDOS, the most advanced AI to plop from Gabens asshole, who are you? ')
username = input()
print (username + '? Hmm, what a.. peculiar name. ')
print ('When were you manufactured? ')
userage = input()
print userage + (' years wasted, proceed to the incineration chamber for recycling. ')
