Guest User

Untitled

a guest
Feb 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import webbrowser
  2. import time
  3.  
  4. numtabs = 900
  5. numquit = 0
  6.  
  7. print ('O programa irá iniciar em: ' + time.ctime())
  8. Url = (input(“Digite a URL: “))
  9.  
  10. while(numquit < numtabs):
  11. time.sleep(1)
  12. webbrowser.open({}.format (Url))
  13. numquit = numquit + 1
Add Comment
Please, Sign In to add comment