Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Hello world label #Python
calfred2808
Jul 18th, 2020
212
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
VB.NET
0.10 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
tkinter import Tk, Label
root
=
Tk
(
)
Label
(
root, text
=
"Hello, world!"
)
.
pack
(
)
root
.
mainloop
(
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
list_services.ps1
Batch | 9 sec ago | 0.17 KB
stripmine.lua
Lua | 1 min ago | 2.16 KB
initialize_db.ps1
Batch | 3 min ago | 0.17 KB
Preferences Storage rev_04
Arduino | 27 min ago | 4.43 KB
ServerError: received 500 HTTP response
Python | 34 min ago | 3.19 KB
setup_env_vars.ps1
Batch | 34 min ago | 0.17 KB
compile_code.ps1
Batch | 38 min ago | 0.17 KB
delete_registry.bat
Batch | 41 min ago | 0.17 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!