Quick actions

cmd+k|ctrl+k

Navigation

Languages

Function

Snippet info

Language

Python

Visibility

public

Author

ankushsahu203

Created

2026-07-21T16:41:34.208422Z

Updated

2026-07-21T16:41:34.208422Z

def say_hello():
    print("hello")
say_hello()
INFO