Skip to content

Instantly share code, notes, and snippets.

View bdcorps's full-sized avatar
🎯
Focusing

Sukhpal Saini bdcorps

🎯
Focusing
View GitHub Profile
import urllib2
from bs4 import BeautifulSoup
import urllib
import os, sys
base = 'https://garfield.com/'
y = input("From what year would you like the comics?")
directory = raw_input ("Where to save?");