Advertisement
Hinamarth

Udacity - Break

Nov 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. import webbrowser
  2. import time
  3.  
  4. i=0
  5.  
  6. while(i<4):
  7.  time.sleep(10)
  8.  webbrowser.open("https://www.youtube.com/watch?v=Je4UqzRy8p0")
  9.  i=i+1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement