kopia lustrzana https://github.com/micropython/micropython
5 wiersze
54 B
Python
5 wiersze
54 B
Python
|
def f(x):
|
||
|
return x, x + 1
|
||
|
for a in b, c:
|
||
|
f(a)
|