summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/list2.py
blob: 90b21184da6a12bb59f68592f072248642874f4a (plain) (blame)
1
2
3
4
5
6
7
8
x = [()]
x = [(a)]
x = [(a,)]
x = [(a)]
x = [(a,)]
x = [a, b]
x = [(a, b)]
x = [(a, b, c)]