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

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

c# - Check Keyboard Input Winforms -