Commit 91315f52 by BellCodeEditor

save project

parent b326f6da
Showing with 1 additions and 1 deletions
with open(r"C:\Users\dell\Desktop\SB.txt","r",encoding='utf=8') as SB: with open(r"C:\Users\dell\Desktop\SB.txt","r",encoding='utf=8') as SB:
SB=SB.readines SB=SB.readines()
for i in SB: for i in SB:
print(SB) print(SB)
......
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