from sprites import * screen = Screen() bug = Sprite() t = askcolor() ft = ('',22,'normal') bug.write(t,align='center',font=ft) screen.mainloop()