from tkinter import *
root = Tk(\'Hello world\') messagebox.Message()
root.loadtk()
This is my code. But it gives an error.
Tra