Commit c25b77c5 by BellCodeEditor

save project

parent fd0f5110
Showing with 5 additions and 3 deletions
with open(r"C:\Users\86185\Desktop\VScode-python\money.txt",'r',encoding='UTF-16') as f: with open(r"C:\Users\86185\Desktop\VScode-python\money.txt",'r',encoding='UTF-8') as f:
r=f.readlines()
\ No newline at end of file for i in r:
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