mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +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> |