Commit 0bd75a1e by BellCodeEditor

save project

parent 1fef133a
Showing with 1 additions and 0 deletions
import tkinter import tkinter
import json
with open("user.txt","r",encoding="utf-8") as file: with open("user.txt","r",encoding="utf-8") as file:
a=file.read() a=file.read()
users=json.loads(a) users=json.loads(a)
......
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