Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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.

Post a Comment for "Following Certain Links With Beautiful Soup"