循环入门练习5 ---python代码水一个 摘要:解题思路:注意事项:参考代码:x=int(input())for i in range(1,x): if x%i == 0: print(i)…… 题解列表 2023年05月03日 0 点赞 0 评论 117 浏览 评分:0.0