Commit a54ad1cb by BellCodeEditor

save project

parent fa0354a9
Showing with 8 additions and 2 deletions
with open(r"c:\Users\PC\Desktop\ooooooo.txt",'r',encoding="utf-8") as o: with open(r"c:\Users\PC\Desktop\num.txt",'r',encoding="utf-8") as o:
a=o.read() a=o.readlines()
print(a) print(a)
for i in a:
print(i)
# d=a.split(" ")
# c=a[1:]
# print()
\ 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