python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
from tkinter import* def func(event): messagebox.shovinto('Дані користувача',entry1) window1=Tk() window1.deometry('370x300') window1['bg']='black' entry1=Entry(window1,bg='with',width=30,font='Times13') entry.place(x=50,y=100) but1=Button(window1,text='Старт') but1.place(x=170,y=130) but1.bind('<Button-1>',func) window1.mainloop()
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up