I trained to write a 2d array and then I dont know how to complete , pls help me here is the code (it's simple) :
family = [
['zak','mikle','lion','sonia','Richard'],
[14 , 12 , 11 , 47 , 48],
['moh','pr','el noob','lala','pa'],
['deep','lovly','noob','kind','smart'],
],
print(family[1][1])
and here is the problem :

,at the end of thefamilyassignment.