Advertisement
Guest User

Untitled

a guest
May 18th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1. import urllib.request
  2. from urllib.request import urlopen
  3. #from bs4 import BeautifulSoup
  4. 1 = naruto
  5. 2 = scrubs
  6. 3 = tv shows
  7. #each number will have a tv show
  8. series = input('''
  9. Choose which show you would like:
  10. 1) naruto
  11. 2) scrubs
  12. 3) tv shows
  13. 4) XXXX
  14. 5) XXXX
  15. ''')
  16. print(series)
  17. #if they enter in a 2 it would print scrubs etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement