Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimrich88 committed Jan 21, 2016
1 parent 8cfdb38 commit d1a48b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
mylist = ['this','that','theother']
mynumlist = [1,15,25,35]
listlength = len(mylist)

listlength = len(mylist)
stringlength = len(myvar)
numlength = len(myage)
# import scraperwiki
# import lxml.html
#
Expand Down

0 comments on commit d1a48b4

Please sign in to comment.