Commit eec45385 by BellCodeEditor

auto save

parent aee0ecb5
Showing with 4 additions and 2 deletions
......@@ -5,6 +5,7 @@ print(a)
with open(r'C:\Users\123\Documents\eudhuw\test.txt',"r",encoding='utf-8')as a:
b=a.readlines()
print(b)
for i in range(b):
print(i)
for i in b:
d=i.spilt()
print(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