We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello not sure why but sound urls from "Introduction to interactive programming in python" not working in my computer when i run my code
ship_thrust_sound = simplegui.load_sound("http://commondatastorage.googleapis.com/codeskulptor-assets/sounddogs/thrust.mp3") ship_thrust_sound.set_volume(1) ship_thrust_sound.play()
i don't hear a sound
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello
not sure why but sound urls from "Introduction to interactive programming in python" not working in my computer when i run my code
ship_thrust_sound = simplegui.load_sound("http://commondatastorage.googleapis.com/codeskulptor-assets/sounddogs/thrust.mp3")
ship_thrust_sound.set_volume(1)
ship_thrust_sound.play()
i don't hear a sound
The text was updated successfully, but these errors were encountered: