Quick actions

cmd+k|ctrl+k

Navigation

Languages

comment2

Snippet info

Language

Python

Visibility

public

Author

middleklee

Created

2025-11-07T11:32:00.883475Z

Updated

2025-11-07T11:36:47.380647Z

#pep8
c = '''
 this is a function a
 hkljl
 hkjk
 '''
print("hello")
print(c)
INFO