会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
籽俊
博客园
首页
新随笔
联系
订阅
管理
04 2020 档案
Python 疑难问题-解决方法
摘要:import re a = 'I HATE WHAT I I LOVE ' a = re.sub('\s+', '', a).strip() print(a) Python去掉字符串所有空格1 import re a = 'hello world' strinfo = re.compile() st
阅读全文
posted @
2020-04-30 08:21
籽俊
阅读(123)
评论(0)
推荐(0)
python的with用法
摘要:python的with用法
阅读全文
posted @
2020-04-24 21:10
籽俊
Python 字符串前面加u,r,b,f的含义
摘要:https://www.cnblogs.com/walo/p/10608436.html
阅读全文
posted @
2020-04-16 17:49
籽俊
阅读(108)
评论(0)
推荐(0)
Python内置模块
摘要:https://www.cnblogs.com/wupeiqi/articles/4963027.html
阅读全文
posted @
2020-04-16 11:35
籽俊
阅读(63)
评论(0)
推荐(0)
公告