Quick actions

cmd+k|ctrl+k

Navigation

Languages

Function

Snippet info

Language

Python

Visibility

public

Author

chausage

Created

2024-12-02T01:49:29.26405Z

Updated

2024-12-02T01:49:29.26405Z

def a(x):
    print("I am from function a with value", x)
a(1)
a(2)
a(3)
INFO