fork download
  1. h= 4
  2. a=5
  3. b=4
  4. p=((4+4)*5)/2
  5. print("pole trapezu o podanych wymiarach to"+str(int(p))+"cm2")
Success #stdin #stdout 0.04s 9628KB
stdin
Standard input is empty
stdout
pole trapezu o podanych wymiarach to20cm2