Files
Core2forAWS-MicroPython/tests/bytecode/mp-tests/tuple3.py
T

5 lines
54 B
Python

def f(x):
return x, x + 1
for a in b, c:
f(a)