Commit 1010733a by BellCodeEditor

save project

parent d338e144
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ g.write('小强:15\n')
#g.close()
with open(r'C:\Users\Administrator\Desktop\sb.txt','w',encoding='utf_8') as g:
g.write('小张:10\n')
g.write('小强:15\n')
g.write('小强:15\n')
for i in g:
if '小张:10\n' in g:
i=i.replace('10','11')
......
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