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