Commit 7abd4fca by BellCodeEditor

save project

parent d17af098
Showing with 15 additions and 10 deletions
小赵:99999999999999999999999999999999999999999999999999999999999999999999999999999999本
小猪:99999999999999999999999999999999999999999999999999999999999999999999999999999999本
import tkinter f=open(r'2.txt','w',encoding='utf-8')
root = tkinter.Tk() f.write("小赵:99999999999999999999999999999999999999999999999999999999999999999999999999999999本\n")
root.title("**") f.write("小猪:99999999999999999999999999999999999999999999999999999999999999999999999999999999本\n")
root.geometry("400x320+500+300") f.close()
el = tkinter.Entry(root,show="*",font=("宋体",14),bg="light grey",width=18)
el.place(x=140,y=80) with open(r'2.txt','r',encoding='utf-8')as f:
el = tkinter.Entry(root,show="*",font=("宋体",14),bg="light grey",width=18) for data in f:
el.place(x=140,y=80) if "小猪:99999999999999999999999999999999999999999999999999999999999999999999999999999999本" in data:
root.mainloop() print("存在")
\ No newline at end of file
\ 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