from tkinter import *
fl_root = Tk()
fl_root.title("FruityLoops")
В противном случае на этом ресурсе вам не будут помогать.
Finally, the mainloop() method puts everything on the display, and responds to user input until the program terminates.