Quick actions

cmd+k|ctrl+k

Navigation

Languages

Definition 

Snippet info

Language

Python

Visibility

public

Author

hohim4095

Created

2024-09-19T12:02:21.675123Z

Updated

2024-09-19T13:44:08.329512Z

def a(w):
     y= w
     z=1,2,3
     return y+y
x=a(1)
print(x)
INFO