Untitled
unknown
plain_text
3 years ago
174 B
13
Indexable
dlugosc=float(input("podaj dlugosc podstawy"))
wysokosc=float(input("podaj wysokosc"))
#print(dlugosc)
#print(wysokosc)
print("pole wynosi", ((dlugosc*wysokosc)/2))Editor is loading...