Commit ab5f9e22 by BellCodeEditor

save project

parent b58d1030
Showing with 3 additions and 4 deletions
......@@ -2,6 +2,6 @@ file=open(r'c:\Users\MAKCOO\Desktop\我是朱xx.txt','r',encoding='utf-8')
a=file.readlines()
for i in a:
b=i.split()
c=b[0]
d=b[1:]
print(c,d)
\ No newline at end of file
for s in b[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