Commit b58d1030 by BellCodeEditor

save project

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