mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
4 lines
47 B
Python
4 lines
47 B
Python
*foo, a = (1,)
|
|
*foo[0], a = (1,)
|
|
*[], a = (1,)
|