Commit 50d74e10 by BellCodeEditor

save project

parent 164db0f9
Showing with 2 additions and 1 deletions
......@@ -12,7 +12,8 @@ file.write('刘若若 11 11 13 11 20 15 13 29 24\n')
file.write('刘阳 11 15 22 11 23 26 22 15 17 52 12\n')
file.write('王胜男 27 15 15 26 13 12 15\n')
file.write('王娇 12 11 12 12 15 35 23 11\n')
a=file.readlines()
with open(r"C:\Users\Administrator\Desktop\自由美利坚,开心每一天!.txt",'r',encoding='utf-8') as file:
a=file.readlines()
for i in a:
data=i.split()
print(data[0])
......
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