Commit 45740b1f by BellCodeEditor

save project

parent a690b8f7
Showing with 4 additions and 4 deletions
with open(r"C:\Users\pc\Desktop\新建文件夹\成绩.txt","r",encoding="utf-8") as a:
b=a.readlines()
print(b)
\ No newline at end of file
for i in b:
data=i.split()
print(data[1:])
\ No newline at end of file
5t
\ 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