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