Commit 6d66d276 by BellCodeEditor

save project

parent f5a35c07
Showing with 6 additions and 3 deletions
with open(r'C:\Users\user\Desktop\book.txt','a',encoding = 'utf-8')async def with open(r'C:\Users\user\Desktop\book.txt','r',encoding = 'utf-8') as file1
](parameter_list): for i in file1:
pass print(i)
if '小强' in i:
print('在')
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