So i have that an list which is equal to
( (1,"Question 1 : 2+2", (6,4,3,2) , (2,"Question 2 : 3+3", (6,4,3,2) )
so i want to access the string which is [1][2] ---> list 1 --> Question 1 : 2+2
how to do that?
( (1,"Question 1 : 2+2", (6,4,3,2) , (2,"Question 2 : 3+3", (6,4,3,2) )
so i want to access the string which is [1][2] ---> list 1 --> Question 1 : 2+2
how to do that?
You couldn't make an example with different questions?
Thank you, yes that what i was looking for!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.