try:
    input = raw_input
except:
    pass

name = input("name: ")