Python编程快速上手第一个程序hello.py Python 编程快速上手第一个程序 # This program says hello and asks for my name print('Hello world') print('What is your name') # ask their name myName = input() pr