Commit 3b218ea6 by BellCodeEditor

save project

parent 92820a52
Showing with 3 additions and 1 deletions
......@@ -2,7 +2,9 @@ with open(r'C:/users/Administrator/Desktop/ef.tet',"utf-8")as file:
a=file.readlines()
print(a)
for i in a:
print(i)
data=i.split()
print(data[0])
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