Commit c641f2fd by BellCodeEditor

save project

parent 3cdf4efd
file=open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8')
file.write("晓岚 1000本\n")
file.close()
with open(r'C:\Users\Administrator\Desktop\test.txt','a',encoding='utf-8') as file:
file.write("秽土瑟奇 4000本\n")
file.write("千手帝君 6000本\n")
new_data=""
with open(r'C:\Users\Administrator\Desktop\test.txt','a',encoding='utf-8') as file1:
for data in file1:
if '秽土瑟奇 6500本\n'in date:
data=data.replace("秽土瑟奇 4000本","秽土瑟奇 6500本")
new_data+=data
print('yu','fu')
def new_input( ):
total=[]
while True:
......
import diy
import diy
\ 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