首页 > 编程 > Python > 正文

Python的hello程序代码

2019-11-09 19:58:49
字体:
来源:转载
供稿:网友
#coding=utf8import sysPRint "***************************************"print "Name:ewang"sys.stdout.write("Age:28/n")print "Favorit Color:black white red blue"sys.stdout.write("Sex:Female/n")print "***************************************"
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表