Ответ:
Объяснение:
a = 3
h = 4
S = a * h / 2
print("The area of the triangle is:", S)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
a = 3
h = 4
S = a * h / 2
print("The area of the triangle is:", S)