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

9 wiersze
91 B
Python

x = [()]
x = [(a)]
x = [(a,)]
x = [(a)]
x = [(a,)]
x = [a, b]
x = [(a, b)]
x = [(a, b, c)]