from turtle import Turtle sophia = Turtle() sophia.write('Hello, World!', align='center', font=('Arial', 24, 'bold')) sophia.screen.mainloop()