micropython/tests/bytecode/mp-tests/fun3.py

4 wiersze
79 B
Python

def f(a, b):
def g(c, d=None, *, e=True):
return a + b + c + d + e