Commit 0514d84f by BellCodeEditor

save project

parent cc3b618b
Showing with 2 additions and 2 deletions
with open(r'C:\Users\Administrator\Desktop\12.txt','r',encoding='utf-8') as c: with open(r'C:\Users\Administrator\Desktop\12.txt','r',encoding='utf-8') as c:
a=c.readlines() a=c.readlines()
for i in a: for i in a:
x=i.spilt() x=i.split()
print(data[1:]) print(x[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