how to change background color in python turtle

35

how to change background color in python turtle -

import turtle
wn=turtle.Screen()
wn.bgcolor("black")
wn.title("This is my screen title!")

Comments

Submit
0 Comments