We can use .open() to open a website. Try opening https://getmimo.com/.
Awesome work! Python developers try to name things in a way that's easy to remember. So .open() is used to open a website.
Make sure to spell open since we use .open("https://getmimo.com") to open the website.