Untitled
Anonymous
plain_text
05/11/2023 8:02 PM
232 B
18
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...