print 语句

来源:互联网 发布:linux 登录界面循环 编辑:程序博客网 时间:2024/03/29 14:20
请用两种方式打印出 hello, python.
print 'hello, python'
print 'hello,','python'
0 0