#!/usr/bin/env python i = pow(2,5) #求一个数的n次幂 print(i)C:\Python35\python3.exe F:/Python/2day/c6.py 32 Process finished with exit code 0