Buildin Function Python Tutorial

user_input = raw_input("Enter your name: ")
print user_input
print len(user_input)