不知道是什么错导致的
while not(x%n == 1):发生异常: ZeroDivisionError
integer division or modulo by zero
File "C:\Users\DELL\Desktop\新建文件夹\调试.py", line 6, in <module>
while not(x%n == 1): 代码要发全,看异常提示应该是你的n取到0了 应该是 n 为 0,Python 中不允许除数为 0。 SHRS23 发表于 2020-2-11 00:40
代码要发全,看异常提示应该是你的n取到0了
ok,好记住了,下次一定注意这个问题,发圈代码{:10_297:} zltzlt 发表于 2020-2-11 14:26
应该是 n 为 0,Python 中不允许除数为 0。
谢谢大佬{:10_297:}
页:
[1]