fork(2) download
  1. import math, decimal
  2.  
  3. f = decimal.Decimal(math.factorial(20000))
  4. print(format(f, '.2e'))
Success #stdin #stdout 0.48s 10244KB
stdin
Standard input is empty
stdout
1.82e+77337