Commit 30b5409c by BellCodeEditor

save project

parent 905a8a01
Showing with 5 additions and 2 deletions
with open(r'c:\Users\EDZ\Desktop\aa.txt','r',encoding='utf-8') as aa:
a=aa.readlines()
for i in a:
print(i)
\ No newline at end of file
data=i.split()
print(data)
\ 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