fork download
  1. # your code goes here
  2. #0JLQsNGB0LjQu9C10L3QutC+INCQ0YDRgtC10Lwg
  3.  
  4.  
  5. #простезавдання1_14
  6.  
  7. def prog(a,b):
  8. s = a**2-4*(((a-b)/2)**2)
  9. return s
  10. print(prog(10,8))
Success #stdin #stdout 0.1s 14052KB
stdin
Standard input is empty
stdout
96.0