Commit 1e183cd5 by BellCodeEditor

save project

parent 5d239417
Showing with 6 additions and 2 deletions
......@@ -7,4 +7,8 @@
with open(r'C:\Users\30313\Desktop\test.txt','r',encoding="utf-8")as file1:
for a in file1:
if"小强:12本"in a:
print("阿斯顿🐎人")
\ No newline at end of file
a=a.replace("小强:阿斯顿🐎本")
mew_a=mew_a+a
with open(r'C:\Users\30313\Desktop\test.txt','w',encoding="utf-8")as file1:
print("mew_a")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment