Advertisement
kealeydodds

Untitled

Sep 15th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from turtle import *
  2. from random import *
  3.  
  4. shape ("turtle")
  5.  
  6. red = randint (0,255)
  7. green = randint (0,255)
  8. blue = randint (0,255)
  9. color (red,green,blue)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement