Quick actions

cmd+k|ctrl+k

Navigation

Languages

Must indent single-statement body

Snippet info

Language

Python

Visibility

public

Author

rightfold

Created

2017-06-17T12:12:21Z

Updated

2017-06-17T12:12:21Z

def f(x):
print(x)

f(42)
INFO