From 192110a5d34cd016ec2694ee90e5366a3df9115e Mon Sep 17 00:00:00 2001 From: 123 <629825095@qq.com> Date: Thu, 19 Jun 2025 00:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E4=B8=BB=E7=A8=8B=E5=BA=8F=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A=E4=BB=A5=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E8=AE=A1=E7=AE=9730=E7=9A=845=E6=AC=A1=E6=96=B9=E6=A0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 159-7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/159-7.py b/159-7.py index 0555e94..096c692 100644 --- a/159-7.py +++ b/159-7.py @@ -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) \ No newline at end of file