Commit e8373605 by BellCodeEditor

save project

parent bc1625b5
Showing with 10 additions and 0 deletions
a=open(r'C:\Users\86130\Desktop\text.txt','r',encoding='utf-8')
b=a.read()
if '星期六' in b:
print("在")
\ No newline at end of file
a.open(r'C:\Users\86130\Desktop','r',encoding='utf-8')
for i in 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