Commit fb029470 by BellCodeEditor

save project

parent 16eff6d0
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ import tkinter
from tkinter import messagebox
import json
with open('C:\\Users\\Administrator\\Documents\\level3-lesson18-diy2\\users.txt','r',encoding='utf-8') as f:
with open('C:/Users/Administrator/Documents/level3-lesson18-diy2/users.txt','r',encoding='utf-8') as f:
info = f.read()
users = json.loads(info)
......
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