Commit 2e920898 by BellCodeEditor

save project

parent e79b17b5
Showing with 2 additions and 3 deletions
......@@ -3,5 +3,4 @@ with open(r'C:\Users\Lenovo\Desktop\wzry.txt','r',encoding='utf-8') as file:
for wzry in file:
if "xl:12" in wzry:
wzry=wzry.replace('xl:12','xl:13')
new_wzry+=wzry
\ No newline at end of file
new_wzry+=wzry
\ 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