Skip to content

Commit

Permalink
testes devpro-br#68
Browse files Browse the repository at this point in the history
  • Loading branch information
c137santos committed Jun 21, 2022
1 parent d4d0f8a commit e679551
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions secao_04_exercicios_lista/ex_14_nome_criativo_de_exemplo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@
16, -6600000, (11, -80, 50, 30, 5)
"""
from math import prod
def leia_cinco_numero(*valores):
print(f'{sum(valores)}, {prod(valores)}, {valores}')

def leia_cinco_numero(*valores):

0 comments on commit e679551

Please sign in to comment.