Commit c2b6e00c by BellCodeEditor

save project

parent 5bd81f91
Showing with 2 additions and 2 deletions
......@@ -2,9 +2,9 @@
with open(r"C:\Users\Student-A08\Desktop\123321.txt","r",encoding="utf-8")as a:
for d in a:
if "小兰:12本" in d:
print("在里面")
d=d.replace("小兰:12本","小兰:10本")
if "李文:9本" in d:
print("在里面")
d=d.replace("李文:9本","李文:100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000本")
......
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