您的位置:首页 > 编程语言 > Python开发

[原]My first Python

2020-03-11 12:11 316 查看

我的第一个Python程序:

print 'hello world'
raw_input ("print any key to continue...")
[/code]
在python3.4下应写为

print ("hello world! This is my first python!")
input("Press enter key to close this window...")
[/code]
此时的print函数已经成为python内置函数。

作者:svitter 发表于2014-5-2 23:11:33 原文链接 阅读:20 评论:0 查看评论

转载于:https://my.oschina.net/u/1017188/blog/333932

  • 点赞
  • 收藏
  • 分享
  • 文章举报
chongkuachan8070 发布了0 篇原创文章 · 获赞 0 · 访问量 898 私信 关注
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: