This is a question a bit simple but I can not solve it on my own, and I have not found any post related to this topic, my question is this:
matriz=[[1,1,1],[1,1,1],[1,1,1]]
print(matriz)
matriz[0]=matriz[0]*2
print(matriz)
What I want to...
asked by
21.05.2018 / 22:37