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:41:13Z

Updated

2019-11-23T10:41:13Z

print('Python', python_version())
print('Hello, World!')

print("some text,", end="")
print(' print more text on the same line')
INFO