"""Says hello to user.""" name = raw_input("State your name: ") print("hello, {}".format(name))