Code: Select all
import turtle as trtl
troll = trtl.Turtle()
clr = input("give a color pls: ")
bgcolor(clr)
wn = trtl.Screen()
wn.mainloop()
Code: Select all
import turtle as trtl
troll = trtl.Turtle()
clr = input("give a color pls: ")
bgcolor(clr)
wn = trtl.Screen()
wn.mainloop()