fork download
  1. # pole trapezu
  2. a = 33
  3. b = 21
  4. h = 15
  5. print((a+b)*h/2)
Success #stdin #stdout 0.09s 14164KB
stdin
Standard input is empty
stdout
405.0