Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import urllib.request
- from urllib.request import urlopen
- #from bs4 import BeautifulSoup
- 1 = naruto
- 2 = scrubs
- 3 = tv shows
- #each number will have a tv show
- series = input('''
- Choose which show you would like:
- 1) naruto
- 2) scrubs
- 3) tv shows
- 4) XXXX
- 5) XXXX
- ''')
- print(series)
- #if they enter in a 2 it would print scrubs etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement