Commit c18c2b70 by BellCodeEditor

save project

parent 91315f52
Showing with 5 additions and 7 deletions
with open(r"C:\Users\dell\Desktop\SB.txt","r",encoding='utf=8') as SB:
SB=SB.readines()
with open(r"C:\Users\dell\Desktop\SB.txt","r",encoding='utf-8') as file1:
SB=file1.readines()
for i in SB:
print(SB)
#print(SB)
\ No newline at end of file
data=split()
print(data)
\ 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