@@ -33,5 +33,5 @@ def GetNthRoot(a,n):
return x1
if __name__ == "__main__":
re = GetNthRoot(30, 5)
re = GetNthRoot(30, 5) #30的5次方根###########################
print(re)
The note is not visible to the blocked user.