There is an array of the form [(a,b),(c,d)] . How to assign the variable i what is in b ?

    1 answer 1

     i = arr[0][1]