Posts by Esdras de Sousa Soares • 1 point
1 post
-
-2
votes3
answers69151
viewsA: Vectors in Python
I usually do this vetor=list(range(5)) for i in range(0,6): vetor[i] = 1 you can creat a vector of five positions
1 post
-2
votes3
answers69151
viewsI usually do this vetor=list(range(5)) for i in range(0,6): vetor[i] = 1 you can creat a vector of five positions