Commit db5f57bd by BellCodeEditor

save project

parent 0077792e
Showing with 6 additions and 3 deletions
with open(r'C:\Users\Administrator\Desktoptest.txt','r',encoding='utf-8')as file1
a=file1.read()
print(ytpe(a[3:5]))
with open(r'C:\Users\Administrator\Desktop\test.txt','r',encoding='utf-8')as file:
a=file.readlines()
for i in a:
print(i)
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