Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
larawhyte committed Jan 21, 2016
1 parent ac3dbb1 commit e945d92
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion scraper.py
Expand Up @@ -3,7 +3,22 @@

# import scraperwiki
# import lxml.html
#

mytext ='He said "hello".'
print mytext

myage =32
print myage

mylist= ['this','that','the other']
print mylist

mynumberlist = [1,14,25,35]
print my numberlist

listlenth= len(mylist)


# print 'He said "hello"
# html = scraperwiki.scrape("http://foo.com")
#
Expand Down

0 comments on commit e945d92

Please sign in to comment.