Skip to content

Comments

Add files via upload#1

Open
getblad wants to merge 1 commit intomasterfrom
lesson3
Open

Add files via upload#1
getblad wants to merge 1 commit intomasterfrom
lesson3

Conversation

@getblad
Copy link
Owner

@getblad getblad commented Sep 5, 2020

No description provided.

@@ -0,0 +1,10 @@
def user(name, surname, year, city, e_mail, phonenumber):
return f'Пользователь {name} {surname} {year} года рождения, проживает в городе {city}. ' \
Copy link

Choose a reason for hiding this comment

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

отлично!

@@ -0,0 +1,9 @@
def my_func(a, b, c):
return sum([a, b, c]) - min(a, b, c)
Copy link

Choose a reason for hiding this comment

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

хорошо! а ещё можно делать через sorted и отсекать последний элемент

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