📄 message.py
字号:
from Tkinter import *
root = Tk()
root.option_readfile('optionDB')
root.title('Message')
Message(root, text="Exactly. It's my belief that these sheep are laborin' "
"under the misapprehension that they're birds. Observe their "
"be'avior. Take for a start the sheeps' tendency to 'op about "
"the field on their 'ind legs. Now witness their attmpts to "
"fly from tree to tree. Notice that they do not so much fly "
"as...plummet.", bg='royalblue',
fg='ivory', relief=GROOVE).pack(padx=10, pady=10)
root.mainloop()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -