Quick actions

cmd+k|ctrl+k

Navigation

Languages

function

Snippet info

Language

Python

Visibility

public

Author

mnamin.shahril

Created

2025-01-21T12:21:32.393576Z

Updated

2025-01-21T12:21:32.393576Z

def say_hello():
    print('Helloooooooo')

say_hello()

print(say_hello)
INFO