Commit b2085e3a by BellCodeEditor

save project

parent 994104c6
Showing with 5 additions and 7 deletions
with open(r"c:\Users\1\Desktop\sales_list.txt","r",encoding="utf_8") as file1: with open(r"c:\Users\1\Desktop\sales_list.txt","r",encoding="utf_8") as file1:
a = file1.read() a = file1.readlines()
print(a)
for i in content:
print(i)
for i in s:
data = i.spliet()
print(data[1:])
for i in a:
data=i.split()
print(data[0])
print(data[1:])
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