📜  画布中的 tkinter 文本 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:44.043000             🧑  作者: Mango

代码示例1
self.canvas = Canvas(root, width=800, height=650, bg = '#afeeee')
self.canvas.create_text(100,10,fill="darkblue",font="Times 20 italic bold",
                        text="Click the bubbles that are multiples of two.")