Posts by Thales Oliveira • 21 points
1 post
- 
		2 votes4 answers3686 viewsA: Summing value by value in an array with PythonA way pythonica to do this is using a Python feature called List Comprehension: valores =… 
1 post
2
votes4
answers3686
viewsA way pythonica to do this is using a Python feature called List Comprehension: valores =…