fork download
  1. X=3.14
  2. Y=10
  3. area=X*(Y**2)
  4. print(area)
  5.  
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
314.0