我有一个文本文档,其中我想更改文档中出现的每个单词中的特定字符“d”,并且我想使用 python 来完成此操作。我正在使用 python 3 。谢谢。这是我的代码:
import os
def main():
f = open("hello.txt", "a+")
# I am stuck here in my code in how to change "d" character from the document opened
f.close()
if __name__=="__main__":
main()
慕桂英3389331
杨__羊羊
相关分类