Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 字符串类型:14

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-24T05:54:32Z

Updated

2019-11-24T05:54:32Z

para_str = """第一行
第二行
第三行
"""
print (para_str)
INFO