Добавление

This commit is contained in:
2025-09-17 19:40:10 +05:00
parent b4863727d4
commit 91d3faf4bb
5 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
d1 = int(input("Diagonal^1: "))
d2 = int(input("Diagonal^2: "))
s = (d1 * d2) / 2
print(s)