Physics Project

--Originally published at Hackerman's house

Hey guys, I wanted to sshare a really interesting project that I did for the Physics class with the teacher Juan Quezada. The project was to create a program that could add vectors, not an arranged amount of vectors but the amount the user wanted to.

To do this I had to use the for loop, which would get the data of each vector, the loop would repeat as many times as the user wanted to. The data of the vectors was then added to a list, the list contain the data deppending on the type of data that was obtained trough the procedure.

Here is the code.

vectores

Here is how it works.

vectores-2

Thank you for your attention.