Добавление 2 дз

This commit is contained in:
2025-09-11 18:33:59 +05:00
parent 0ff94792ec
commit 739a99dcf0
5 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
one_diag = int(input("Введите 1 длину диагонали :: "))
two_diag = int(input("Введите 2 длину диагонали :: "))
romb_s = (one_diag * two_diag) // 2
print(romb_s)