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