From e6795517666ce9bcc8ec0ddb43a411513cc6934e Mon Sep 17 00:00:00 2001 From: ClaraSantosmf Date: Tue, 21 Jun 2022 14:11:25 -0300 Subject: [PATCH] testes #68 --- secao_04_exercicios_lista/ex_14_nome_criativo_de_exemplo.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/secao_04_exercicios_lista/ex_14_nome_criativo_de_exemplo.py b/secao_04_exercicios_lista/ex_14_nome_criativo_de_exemplo.py index 31bc699b4..4351951ba 100644 --- a/secao_04_exercicios_lista/ex_14_nome_criativo_de_exemplo.py +++ b/secao_04_exercicios_lista/ex_14_nome_criativo_de_exemplo.py @@ -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):