python
weixin_50879113
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【无标题】
matplotlib不支持中文原创 2023-03-06 18:44:57 · 130 阅读 · 1 评论 -
PTA 浙大python第三章第六题
a=input() a=list(a) letter='qwertyuiopasdfghjklzxcvbnm' b=[] for i in a: if len(b)>=10: break if i.lower() in letter and i.upper() not in b and i.lower() not in b: b.append(i) if len(b)<10: print ('not found',end='') else:原创 2021-05-19 16:51:31 · 161 阅读 · 0 评论
分享