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 -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -