Files

2 lines
73 B
Python

c = 1, 2, 3
a, b = <warning descr="Too many values to unpack">c</warning>