Commit cc3b618b by BellCodeEditor

save project

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