Commit de13292c by BellCodeEditor

auto save

parent 6de567f7
Showing with 6 additions and 3 deletions
with open(r"C:\Users\Administrator\Desktop\edfs.txt","r") as a: with open(r"C:\Users\Administrator\Desktop\edfs.txt","r") as a:
s=a.read() s=a.readlines()
print(s) #print(s)
\ No newline at end of file
for i in s:
print(i)
\ 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