one way to implement it is `list[1:10]` -> `lis...
# language-proposals
v
one way to implement it is
list[1:10]
->
list(1, 10)