List.GetItemAtIndex by python

Hi,

How to get index data from List.GetitemAtIndex in python.(below example for Node)

Hi @robert12546358 !
You can try something like this

list1 = IN[0]
index1 = IN[1]
item1 = list1[index1]
OUT = item1

Thanks for your reply, but that is not working. see below image

sorry for that. wrong snip attached.
it’s given Answer is null.

click on the + button to create a second input
You have to connect a list at IN[0] ans and the index at In[1]

i try but answer was given a null.

OUT is UPPER CASE

Thank you Francois_Labonne :+1: :+1: :+1:

this is what your looking for ?