Odpowiedź:
a = int(input("Podaj podstawę trójkąta: "))
h = int(input("Podaj wysokość trójkąta: "))
P = (a * h) / 2
print(f"Pole trójkąta wynosi {P}")
licze na najke :D
Wyjaśnienie:
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Odpowiedź:
a = int(input("Podaj podstawę trójkąta: "))
h = int(input("Podaj wysokość trójkąta: "))
P = (a * h) / 2
print(f"Pole trójkąta wynosi {P}")
licze na najke :D
Wyjaśnienie: