Skip to content

Lesson_3#3

Open
dzashivalov wants to merge 1 commit intomainfrom
Lesson_3
Open

Lesson_3#3
dzashivalov wants to merge 1 commit intomainfrom
Lesson_3

Conversation

@dzashivalov
Copy link
Owner

No description provided.


first_num = float(input("Введите первое число: "))
second_num = float(input("Введите второе число: "))
print(my_func(first_num, second_num))

Choose a reason for hiding this comment

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

выполнено



my_func(f_name="Иван", f_name2="Павлов", f_year="1990",
f_city="Городец", f_email="ivan@mail.ru", f_phone="+7123456789")

Choose a reason for hiding this comment

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

выполнено

print(f_one + f_two + f_three - min(f_one, f_two, f_three))


my_func(70, 50, 80)

Choose a reason for hiding this comment

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

нет решения с ф-цией sort


a = float(input("Основание. Введите число больше нуля: "))
b = int(input("Степень. Введите целое отрицательное число: "))
print(my_func(a, b))

Choose a reason for hiding this comment

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

выполнено

print(f'Сумма чисел равна: {sum_result}')


my_sum()

Choose a reason for hiding this comment

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

выполнено

return total


print(int_func("hello world"))

Choose a reason for hiding this comment

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

выполнено

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