Posts by Betinho • 71 points
1 post
-
7
votes3
answers69151
viewsQ: Vectors in Python
Okay, I’m coming from line C, and I’m having a hard time creating vectors in python. In C if I write vet = [5]; I would create a vector called vet with 5 indices. I wish I knew how to do this in…