Observe a matriz MatNumeros a seguir: [1] [2] [3] [4] [12] [34] [1] [98] [33] [44] [34] [34] Selecione

Observe a matriz MatNumeros a seguir: [1] [2] [3] [4]
[12] [34] [1] [98]
[33] [44] [34] [34]

Selecione a alternativa que representa o acesso em Python ao valor 44 da matriz MatNumeros.

A) MatNumeros [3][3].
B) MatNumeros[2][1].
C) MatNumeros[0][3].
D) MatNumeros[1][4].
E) MatNumeros[1][3].

RESPONDER

Evellyn está aguardando sua ajuda, Clique aqui para responder.