Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 3 字符串类型:15

Snippet info

Language

Python

Visibility

public

Author

fenghestudio

Created

2019-11-24T06:04:07Z

Updated

2019-11-24T06:04:07Z

print ('C:\\nowhere')
print (r'C:\\nowhere')
INFO