Ответ:
a = float(input("a="))
b = float(input("b="))
c = float(input("c="))
V = a * b * c
print("V =",V)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = float(input("a="))
b = float(input("b="))
c = float(input("c="))
V = a * b * c
print("V =",V)