April 2024
Beginner to intermediate
500 pages
24h 20m
English
bgcolor(*args) Set or return the background color of the TurtleScreen. The color can be set several ways:
bgpic(picname=None) Set the background of the window to the image in the filename. picname can be a string, a filename of a GIF, nopic, or None. If nopic, the current background image is deleted. If None, return the current background image.
pencolor(*args) Set the color of the pen, using the same options as bgcolor.
See color for more explanation.
fillcolor(*args) Set the current fillcolor using the same ...
Read now
Unlock full access