'No sound python webbrowser

I'm trying to make a python web browser (uses firefox), but no sound works. What do I do?

I don't really know python, this is my first time. Maybe I should have started with something simpler.

import webbrowser
webbrowser.get('firefox').open_new_tab('https://experiments.cti.repl.co/browse/welcome.html')

I've Looked everywhere online and I can't find anything.

Here's the link to it: https://replit.com/@JakobSteele/ub-embed



Solution 1:[1]

I fixed it. I had to go into secrets on replit and turn on sound.

https://docs.replit.com/misc/playing-audio-replit

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 script.js