01 Hello, Python!
摘要:目标:万能的Hello,World! 接收用户输入,并打印出来。#!/usr/bin/python# First commentprint("Hello, Python!") # second commentname = input("Please input your name:\n")print("your name is ", name)input("Enter any key to e...
阅读全文
posted @ 2013-10-26 13:25
浙公网安备 33010602011771号