会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鹿困困哒~
I wish I was there...
博客园
首页
新随笔
联系
订阅
管理
2019年9月29日
每日一题 2019.9.29
摘要: # coding=utf-8"""判断输入的数字是不是回文数"""num = int(input("请输入一个数字!"))nums = str(num)lenth = len(nums)flag = Truedef ifHuiwenNum(n, k): global flag for i in ra
阅读全文
posted @ 2019-09-29 16:55 雪瞳
阅读(170)
评论(0)
推荐(0)
公告