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 1ad9313 commit ae2d809
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scraper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This is a template for a Python scraper on morph.io (https://morph.io)
# including some code snippets below that you should find helpful

myvar = 'He said "hello".'
myage = 27
mylist = ['this', that', 'theother']
mynumlist = [1,15,25,35]
listlength = len(mylist)
# import scraperwiki
# import lxml.html
#
Expand Down

0 comments on commit ae2d809

Please sign in to comment.