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

How to use SUM() in MySQL for calculated values -

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