Commit 5669bd9a by BellCodeEditor

save project

parent c5e0d3f7
Showing with 4 additions and 2 deletions
with open('c:\Users\win 10\Documents\lesson12-1\diy.py','r',encoding='utf-8') as ppp:
with open(r'c:\Users\win 10\Documents\lesson12-1\diy.py','r',encoding='utf-8') as ppp:
a=ppp.readlines()
for i in a:
print(a)
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