fork(1) download
  1. import math
  2.  
  3. power = [2,3]
  4. print math.pow(*power)
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
8.0