Quick actions

cmd+k|ctrl+k

Navigation

Languages

function4

Snippet info

Language

Python

Visibility

public

Author

atkincheung

Created

2024-09-19T13:44:39.972172Z

Updated

2024-09-19T13:44:39.972172Z

def a(w):
    y=w
    return y+y
x=a('k')
print(x)
INFO