from Tkinter import *msg = Message(text="Text Text Text Text Text?")msg.config(bg='pink', font=('times', 16, 'italic'))msg.pack()mainloop()