JSRUN
import math # 导入 math 模块 print "math.pow(100, 2) : ", math.pow(100, 2)
使用此草稿 删除草稿
import math # 导入 math 模块
print "math.pow(100, 2) : ", math.pow(100, 2)