Quick actions

cmd+k|ctrl+k

Navigation

Languages

27-11-2024

Snippet info

Language

Python

Visibility

public

Author

chausage

Created

2024-11-27T06:42:05.905039Z

Updated

2024-11-27T07:16:07.386213Z

x= 1   +    1+1+-1+10000000\
+20000+-1 #Today is Nov 27.
print(x)
a=[1, #comment
2,
3
]
print (a)
b='''This is a
long string.'''
print (b)
z=''



''
INFO