Добавление
This commit is contained in:
4
Practica2_rel/task3_rpo254.py
Normal file
4
Practica2_rel/task3_rpo254.py
Normal file
@@ -0,0 +1,4 @@
|
||||
d1 = int(input("Diagonal^1: "))
|
||||
d2 = int(input("Diagonal^2: "))
|
||||
s = (d1 * d2) / 2
|
||||
print(s)
|
||||
Reference in New Issue
Block a user