API du navigateur Web Python

import webbrowser as wb

web = str(input("SEARCH: "))
print("GOT IT")
wb.open(web)
Tame Tiger