What is the equivalent of Java .get in python -


i need find value of element in array in python. in java use array.get(i). there equivalent in python?

edit: sorry confusion. using arraylist in java, using array.get(i), , forgot array[i]

in python same in java: array[i].

btw, get(i) arraylist not array in java.


Comments

Popular posts from this blog

loops - Spock: How to use test data with @Stepwise -

amazon web services - S3 Pre-signed POST validate file type? -