Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JudithEvans committed Jan 20, 2016
1 parent a2d23c6 commit b63b54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
myage=myage+1
print myage
urltoscrape="http://telegraph.co.uk"
listylist=["p1","p2", p3"]
listylist=["p1","p2", "p3"]
for egg in listylist:
print egg
fullurl=urltoscrape+egg
fullurl = urltoscrape+egg
print fullurl

#
Expand Down

0 comments on commit b63b54b

Please sign in to comment.