5 lines
99 B
Python
5 lines
99 B
Python
|
def g(h, i, /, j, *, k=100, **kwarg):
|
||
|
# ^ operator
|
||
|
# ^ operator
|
||
|
pass
|