Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to change background color in python turtle

import turtle
wn=turtle.Screen()
wn.bgcolor("black")
wn.title("This is my screen title!")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #background #color #python #turtle
ADD COMMENT
Topic
Name
9+6 =