Open a website at the end of the experiment

PsychoPy: 2022.1.2.

Hi!
I want to open a (google sheets) file at the end of my online experiment.
I inserted a code component at the end of the experiment based on this post:
Insert hyperlink, text component, builder, online - #15 by Mel499.

In the ‘End experiment’ of the code component I inserted the following (I changed the name of the website):

import webbrowser
webbrowser.open("https://www.yourwebsitehere.com')

However I get a syntax error (SyntaxError: EOL while scanning string literal)

Thank you very much!
Best, M

You appear to have a double quote at the beginning of your URL and a single quote at the end.