py-myopl-code
py-myopl-code copied to clipboard
No support for list indexes
If I want to get an item from a list, I can't.
For example, I can't do list[2]
.
Please add this feature.
Tryout https://github.com/radon-project/radon for more advance features.
In this repo it uses the /
operator to retrieve the element at an index of a list.