python with turtle
hello,i have made a drawing with python turtle i am wondering if i can add sounds if yes then how?
E-Sheep
You could play sounds in plain python, but not in REPL Python with Turtle, because unfortunately it's missing lots of modules.
No, you cannot add sounds.