Відповідь:
212
Пояснення:
a = int(input())
s = int(input())
d = int(input())
po = []
po.extend([a, s, d])
po.remove(min(po))
po.remove(max(po))
for i in po:
print(i)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Відповідь:
212
Пояснення:
a = int(input())
s = int(input())
d = int(input())
po = []
po.extend([a, s, d])
po.remove(min(po))
po.remove(max(po))
for i in po:
print(i)
for i in a:
low = i
big = i
for c in a:
if low>c:
low = c
if big big = c
if lowc:
print(c)