For instance, for calculating 100 ^ 67 % 99, the code should be pow(100,67,99). Refer to python Documentation for more.
確定! 回上一頁