Advertisement
Uno2K

Aula6 - Soma Lista

Sep 16th, 2021
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. lista = []
  2. def soma_valores(lista):
  3.    
  4.     return sum(lista)
  5. print(soma_valores(lista))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement