Following Certain Links With Beautiful Soup
I've been having a lot of trouble with this problem, and I think I understand the work, but then my head now has a dent in it from banging it on the desk. What I need to do is make
I'm in this Assignement at Python for Informatics via Coursera.
For the loop that repeats a certain amount of times I use:
for _ inrange(c)
c is equal to count = input()
, so the user can choose how many times want the loop to repeat, in our case is 4 times.
You may like these posts
Post a Comment for "Following Certain Links With Beautiful Soup"