Skip to content

exercicios da semana2 🥳 🤯 #27

Open
Marciatkm wants to merge 1 commit intoreprograma:mainfrom
Marciatkm:main
Open

exercicios da semana2 🥳 🤯 #27
Marciatkm wants to merge 1 commit intoreprograma:mainfrom
Marciatkm:main

Conversation

@Marciatkm
Copy link

No description provided.

def sum_mult(a,b,c):
return a+b+c,a*b*c
sum_, mult = sum_mult(10,20,30)
print(sum_)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não está errado, mas porque você usou underline no fim do nome da variável sum_?
Amei o retorno múltiplo da função, mandou bem demais!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants