Advertisement
clesiomatias

Untitled

Jan 22nd, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. from turtle import *
  2.  
  3. janela = Screen()
  4. t = Turtle()
  5. t.speed(0)
  6. t.ht()
  7. t.color('red')
  8. t.write('Hello World! By Pastebin!')
  9.  
  10. janela.mainloop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement