Ответ:
Написано на python
Задание 1
a = int(input(' '))
b = int(input(' '))
if a < b:
print(a)
else:
print(b)
Задание 2
c = int(input(' '))
d = int(input(' '))
max_number = [a, b, c, d]
print(max(max_number))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Написано на python
Задание 1
a = int(input(' '))
b = int(input(' '))
if a < b:
print(a)
else:
print(b)
Задание 2
a = int(input(' '))
b = int(input(' '))
c = int(input(' '))
d = int(input(' '))
max_number = [a, b, c, d]
print(max(max_number))