fork download
  1. a = (3 * ( 1 + 2 ) ** 2 - ( 2 ** 2) * 3 )
  2. print(a)
  3.  
  4.  
  5.  
Success #stdin #stdout 0.03s 9620KB
stdin
8
stdout
15