Commit 554f3822 by Patryk Czarnik

geometria - import

parent a40c9d7f
import geometria
bok1 = float(input('Podaj pierwszy bok prostokąta: '))
bok2 = float(input('Podaj drugi bok prostokąta: '))
pole = geometria.pole_prostokata(bok1, bok2)
obwod = geometria.obwod_prostokata(bok1, bok2)
print('pole:', pole, 'obwód:', obwod)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment