mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
2 lines
141 B
Python
2 lines
141 B
Python
(a, b) = <warning descr="Too many values to unpack">1, 2, 3</warning>
|
|
(a, b) = <warning descr="Too many values to unpack">(1, 2, 3)</warning> |