gpt4 book ai didi

python - 如何将大写字母转换为小写字母

转载 作者:IT老高 更新时间:2023-10-28 21:41:30 25 4
gpt4 key购买 nike

我有一个脚本可以读取输入并列出它,但是我希望它将大写字母转换为小写字母,我该怎么做?

这就是我得到的

 for words in text.readlines():
sentence = [w.strip(',.') for w in line.split() if w.strip(',.')]
list.append(sentence)

最佳答案

您可以在 5.6.1. String Methods 部分找到更多与 Python 字符串相关的方法和函数文档。

w.strip(',.').lower()

关于python - 如何将大写字母转换为小写字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7862018/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com