Skip to content

Commit

Permalink
multiple websites using single program
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshlinux committed Apr 19, 2018
1 parent 4edab2d commit ae73372
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions websites.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import webbrowser
webbrowser.open_new_tab("http://www.binarynote.com")
webbrowser.open_new_tab("clickbank.com")
webbrowser.open_new_tab("shareasale.com")
webbrowser.open_new_tab("themeforest.net")

0 comments on commit ae73372

Please sign in to comment.