
Hi this was a good exercise to practice lists, and for i in, I had some problems that I resolved viewing the docs in python.org, finally I make it work!
Here is my code:
Hi this was a good exercise to practice lists, and for i in, I had some problems that I resolved viewing the docs in python.org, finally I make it work!
Here is my code:
Hi this was a good exercise to practice lists, and for i in, I had some problems that I resolved viewing the docs in python.org, finally I make it work!
Here is my code:
Here is the quiz08 is was easy to do, but i was confused in somethings but then I find the way to do. I confused somethings and again I duplicated the ( ). Here is the code: https://github.com/juanmele/Quiz08.git
Here is the quiz08 is was easy to do, but i was confused in somethings but then I find the way to do. I confused somethings and again I duplicated the ( ). Here is the code: https://github.com/juanmele/Quiz08.git
In this link you can see the program for quiz 8
https://github.com/dianagdv/TC101/blob/master/Quiz_8
In this link you can see the program for quiz 8
https://github.com/dianagdv/TC101/blob/master/Quiz_8
Write a function called sumsquares_list which receives a vector of int and returns the sum of the squares of the elementes in the list. For example, if we have a vector with the values x with values [1,2,3,4,5], sumsquares_list(x) would return 55 since 1 + 4 + 9 + 16 + 25 is 55. GitHub … Continue reading #Quiz08 →
Here is the link to GitHub:
https://github.com/tonygarciavz/A01630861-TC1017/blob/master/sumsquares_list
Write a function called sumsquares_list which receives a vector of int and returns the sum of the squares of the elementes in the list. For example, if we have a vector with the values x with values [1,2,3,4,5], sumsquares_list(x) would return 55 since 1 + 4 + 9 + 16 + 25 is 55. GitHub … Continue reading #Quiz08 →
This is my code!