Commit 21792e6f by BellCodeEditor

auto save

parent 0651e310
Showing with 12 additions and 2 deletions
import tkinter
import random
x=500
y=300
for i in range(5):
root=tkinter.Tk()
root.title('注册')
root.geometry("30x40"+str(x)+str(y))
x=random.randint(100,200)
x=random.randint(100,200)
root.mainloop()
\ 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