Commit 0a67f846 by BellCodeEditor

save project

parent 5f4ac747
Showing with 3 additions and 2 deletions
with open ("C:\Users\123\Desktop\新建文件夹""r""utf-8")as jj: with open (r"C:\Users\123\Desktop\新建文件夹""r"encoding="utf-8")as jj:
i=jj.read lines() i=jj.readlines()
for i in i: for i in i:
data=i.split() data=i.split()
print(data[0]) print(data[0])
\ 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