#!/usr/bin/python print("hello python!")
from selenium import webdriver browser=webdriver.Chrom() browser.get("https://www.baidu.com")