Commit 3aee6453 by BellCodeEditor

save project

parent fb0a76dd
Showing with 3 additions and 2 deletions
with open(r"C:\Users\maku02\Documents\lesson13-3\sales_list.txt"'r',encoding='utf-8') as p:
with open(r"C:\Users\maku02\Documents\lesson13-3\sales_list.txt",'r',encoding='utf-8') as p:
data=p.readlines()
print(data)
new_data=[]
for i in data:
new_data=i.split()
print(new_data)
print(new_data[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