Commit 03fbe251 by BellCodeEditor

save project

parent 9c40ae8b
Showing with 8 additions and 2 deletions
with open(r'C:\Users\lenovo\Desktop) with open(r'C:\Users\lenovo\Desktop\test.txt','r',encoding='utf-8')as file:
\ No newline at end of file a=readlines()
for i in a:
data=i.split()
print(data[0])
print(data[1])
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