利用for循环与map函数,四行输出水仙花数代码 摘要:解题思路:注意事项:不会可以问,看到会回复参考代码:foriinrange(100,999): a,b,c=map(int,str(i)) &a…… 题解列表 2024年10月17日 0 点赞 0 评论 135 浏览 评分:9.9
分阶段咖啡粉就更加丰富和空间 摘要:解题思路:无注意事项:无参考代码:k=99whilek<999: k=k+1 bai=k/100 &…… 题解列表 2024年07月07日 0 点赞 0 评论 43 浏览 评分:0.0
转化为数组 摘要:解题思路:强制类型转换求和注意事项:无参考代码:foriinrange(100,1000): my_str=str(i) s…… 题解列表 2024年04月21日 0 点赞 0 评论 169 浏览 评分:9.9
1016: [编程入门]水仙花数判断 摘要:foriinrange(100,1000): temp=i num1=temp%10 …… 题解列表 2024年02月26日 0 点赞 0 评论 57 浏览 评分:0.0
求水仙花数 摘要:预览,如果感觉基本编辑界面太小太窄也可以使用全屏。**#####插入代码x=y=z=d=0foriinrange(100,1000):x=i//100y=i//10%10z=i%10d=pow(x,3…… 题解列表 2023年06月11日 0 点赞 0 评论 120 浏览 评分:0.0
python水仙花数判断 摘要:解题思路:直接用到pow函数注意事项:注意符号参考代码:foriinrange(100,999): a=int(i%10) …… 题解列表 2023年05月26日 0 点赞 0 评论 73 浏览 评分:0.0
编写题解 1016: [编程入门]水仙花数判断 摘要:解题思路:主要在于把三位数的每一位数写出来参考代码:import mathfor i in range(100,1000):&a…… 题解列表 2023年03月30日 0 点赞 0 评论 77 浏览 评分:0.0
水仙花数判断 摘要:foriinrange(1,9): forjinrange(0,9): forkin…… 题解列表 2023年03月26日 0 点赞 0 评论 66 浏览 评分:0.0
编写题解 1016: [编程入门]水仙花数判断 摘要:解题思路:注意事项:参考代码:for i in range(100,1000): &am…… 题解列表 2023年02月18日 0 点赞 0 评论 55 浏览 评分:0.0
简单易懂的水仙花(三行python) 摘要:解题思路:一看就会注意事项:一看就会参考代码:foriinrange(100,1000): ifi==(i//100)**3+(i//10%10)**3+(i%1…… 题解列表 2023年01月12日 0 点赞 0 评论 449 浏览 评分:9.6