Ответ:
x=float(input())
if 0<x<5:x=0
print(x)
Объяснение:
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
x=float(input())
if 0<x<5:x=0
print(x)
Объяснение: