isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Adjust > to match documentation #197

Closed jakobkogler closed 8 years ago

jakobkogler commented 8 years ago
Last A elements of B. B[len(B)-A:] in Python.

So >3"xyz should return xyz and so should >4"xyz.