Advertisement
silk_hole

Module webbrowser

Jul 3rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. import webbrowser
  2.  
  3. a = input("Введите Вашу команду: ")
  4. if "open" in a:
  5.       url = "https://vk.com/funnymanalex"
  6.       webbrowser.open(url)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement