mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
2 lines
53 B
Python
2 lines
53 B
Python
_ = [1, 2, 3][1] + 1
|
|
_ = ["c"] + ["a", "b"][1..1000]
|