fork download
  1. def even_bigger(x):
  2. return (2 * x) ** x
  3.  
  4. even_bigger(12)
Success #stdin #stdout 0.04s 9740KB
stdin
Standard input is empty
stdout
Standard output is empty