随笔分类 -  Python

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 skynjupt 阅读(171) 评论(0) 推荐(0)

导航