So ändern Sie die Hintergrundfarbe in Python Turtle

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