I am trying to run this python script with the crontab:
#!/usr/bin/python3 import webbrowser webbrowser.open(\'https://www.google.com\')
I know t