fork download
  1. a = 10
  2. h = 5
  3.  
  4. P = 0.5 * a * h
  5.  
  6. print("pole trójkąta wynosi : ")
  7. print(P)
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
Success #stdin #stdout 0.03s 9604KB
stdin
Standard input is empty
stdout
pole trójkąta wynosi : 
25.0