t.color(255,255,224) # RGB color code..... scr = turtle.Screen() scr.bgcolor("black") # Changes the color of the background. scr.title("Ganeshjee") # Changing the ...