''' Please give me an example of programming with python ''' name = input("What is your name? ") print("Hello, " + name + "! Nice to meet you!")