Categories
What does this syntax form mean in python?
I saw a[a[a[i]]]==i on forces, what does it mean?
Answer the question
In order to leave comments, you need to log in
Nothing special:
>>> a = [0] >>> i = 0 >>> a[a[a[i]]]==i True
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question