Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 和 Python 2 的主要区别:1

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-23T10:40:18Z

Updated

2019-11-23T10:40:18Z

print 'Python', python_version()
print 'Hello, World!'
print('Hello, World!')
print "text", ; print 'print more text on the same line'
INFO