Commit ab44fb96 by BellCodeEditor

save project

parent f6c635dd
Showing with 6 additions and 3 deletions
...@@ -5,5 +5,8 @@ file1=open("C:\\Users\\Eric\\Desktop\\test.txt",'r',encoding='utf-8')as file1: ...@@ -5,5 +5,8 @@ file1=open("C:\\Users\\Eric\\Desktop\\test.txt",'r',encoding='utf-8')as file1:
print('小强数据在文件中') print('小强数据在文件中')
if '小兰':'12本' in date: if '小兰':'12本' in date:
print('小兰数据在文件中') print('小兰数据在文件中')
file1=open("C:\\Users\\Eric\\Desktop\\test.txt",'r',encoding='utf-8')as file1: with open("C:\\Users\\Eric\\Desktop\\test.txt",'w',encoding='utf-8')as file1:
file1() file1.write(new_date)
\ No newline at end of file with open("C:\\Users\\Eric\\Desktop\\test.txt",'r',encoding='utf-8')as file1:
a=file1.read()
print(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