📜  如何在python代码示例中打印你好

📅  最后修改于: 2022-03-11 14:46:06.979000             🧑  作者: Mango

代码示例2
#python2 
print 'hello'
#python3
print('hello')