Commit 9b4f3d04 by BellCodeEditor

save project

parent 79ae15b9
Showing with 7 additions and 0 deletions
e=open(r"C:\Users\23487\Desktop\text.txt",'r',encoding="utf-8")
d=e.read()
for i in d:
print(i)
if '规划' in d:
print("健康")
\ 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