
python实现大小写转换
有一个文本a.txt存放有ThepollingstationsClosedWordCUPWORLDCUP要求编码实现将其转换成小写存放到b,txt中thepollings...
有一个文本a.txt存放有
The polling stations Closed Word CUP
WORLD CUP
要求编码实现将其转换成小写存放到b,txt中
the polling stations closed word cup
world cup
实验数据较多,要求尽可能快速,时间复杂度低。 展开
The polling stations Closed Word CUP
WORLD CUP
要求编码实现将其转换成小写存放到b,txt中
the polling stations closed word cup
world cup
实验数据较多,要求尽可能快速,时间复杂度低。 展开
展开全部
open('b.txt','w').write(open('a.txt').read().lower())
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |