Ответ:
Вот код программы
Объяснение:
a = float(input())
_min = a;
b = float(input())
if b < _min:
_min = b
c = float(input())
if c < _min:
_min = c
print(_min)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Вот код программы
Объяснение:
a = float(input())
_min = a;
b = float(input())
if b < _min:
_min = b
c = float(input())
if c < _min:
_min = c
print(_min)