04 2020 档案

摘要: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用法 阅读全文
posted @ 2020-04-24 21:10 籽俊
摘要:https://www.cnblogs.com/walo/p/10608436.html 阅读全文
posted @ 2020-04-16 17:49 籽俊 阅读(108) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/wupeiqi/articles/4963027.html 阅读全文
posted @ 2020-04-16 11:35 籽俊 阅读(63) 评论(0) 推荐(0)