mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
2 lines
73 B
Python
2 lines
73 B
Python
c = 1, 2, 3
|
|
a, b = <warning descr="Too many values to unpack">c</warning> |