标签:esc def double turn ble title pytho 描述 utf-8
# -*- coding:utf-8 -*-
class Solution:
    def Power(self, base, exponent):
        # write code here
        return base**exponent
标签:esc def double turn ble title pytho 描述 utf-8
原文地址:https://www.cnblogs.com/277223178dudu/p/10433013.html