Commit b87609b1 by BellCodeEditor

save project

parent 2fce0d2c
Showing with 4 additions and 2 deletions
...@@ -5,5 +5,6 @@ ...@@ -5,5 +5,6 @@
# #
with open(r"C:\Users\稚慧人生\Desktop\SB.txt",'r',encoding='utf-8')as a: with open(r"C:\Users\稚慧人生\Desktop\SB.txt",'r',encoding='utf-8')as a:
s=a.read() for i in a:
print(s) if'a:1'in a:
print('1')
\ 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