isaacg1 / pyth

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

Get nth element in a list #263

Closed mathcat4 closed 3 years ago

mathcat4 commented 3 years ago

I have a question about pyth. Example I have a list =N["H""E""L". Is there a command in like python's N[index] in Pyth?

regards, Tanmay

mathcat4 commented 3 years ago

I got it. @Nindex does it.