argument

Run Settings
LanguagePython
Language Version
Run Command
def a(*arg, **kwarg): print(arg, kwarg) a(2,4,z=1,y=2,x=3) # * or** #arg and kwarg are just variable
Editor Settings
Theme
Key bindings
Full width
Lines