gpt4 book ai didi

python - 如何找到数字的因子并将其返回到 python 列表中

转载 作者:行者123 更新时间:2023-11-28 22:01:13 26 4
gpt4 key购买 nike

<分区>

这是我现在拥有的代码。我无法让它为问题返回正确的结果。

def problem(n):
myList = [1,n]
for i in range(1,n):
result = int(n ** .5)
new = n/result
i = i + 1
myList.append(new)
return myList

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com