Quick actions

cmd+k|ctrl+k

Navigation

Languages

Operators

Snippet info

Language

Python

Visibility

public

Author

shirley.my

Created

2024-11-26T09:09:17.893751Z

Updated

2024-11-27T07:10:51.327763Z

x = 1+1+1+10000000+1000000+1+1+1+1+1000000000+1000000+1000000+1000000000+100+100\
+10000 # comment
a=[1, # comment
2, # comment
3 # ]
]
a = ''' this is\
 a long string'''
print(a)
INFO