week-5 #6

Merged
Kenwood merged 12 commits from week-5 into master 2021-02-08 00:20:27 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7b097ae89f - Show all commits

View File

@ -16,4 +16,4 @@ num_z = float(input())
max_sum = sum([max([num_a, num_b]), max([num_y, num_z])])
print('max_sum is:', max_sum)
print('max_sum is:', max_sum)