fork download
  1. a=20
  2. h=6
  3.  
  4. def pole(a,h):
  5. return (a*h)/2
  6.  
  7. print (pole(20,6))
Success #stdin #stdout 0.02s 9120KB
stdin
Standard input is empty
stdout
60.0