So the quiz asks me to write a program that recieves two lists, and multiplies the first element of the first list times the first element of the second list and so on.

So it was easy, I used two while loops to recieve the list the user gives, then a for loop to transform every value into integer, and then called the function.

i buit up the function with a while changing a counter, which was also the one tjhat said the position in the list, to multiply the list.

Code on Github

CC BY 4.0 Quiz 08: Scalar multiplication by charliegdrummer is licensed under a Creative Commons Attribution 4.0 International License.