open https://google.com in python windows code example
Example: python open google
#Open google in python - MacOSX
import os
os.system("open https://google.com")
#Open google in python - MacOSX
import os
os.system("open https://google.com")