fork download
  1. #!/usr/bin/python
  2. #coding:utf-8
  3.  
  4. import sys
  5. import time
  6. import webbrowser
  7. url=['https://n...content-available-to-author-only...o.jp/', 'https://w...content-available-to-author-only...o.jp/',
  8. 'https://t...content-available-to-author-only...o.jp/trends/hottrends#pn=p4',
  9. 'http://w...content-available-to-author-only...g.com/jp/calendar']
  10.  
  11. def tesut():
  12. for n in range(4):
  13. time.sleep(1)
  14. webbrowser.open(url[n])
  15.  
  16. def tesut2():
  17. tesut()
  18. time.sleep(7)
  19. exit()
  20.  
  21. tesut2()
Time limit exceeded #stdin #stdout 5s 38432KB
stdin
Standard input is empty
stdout
Standard output is empty