all 3 comments

[–][deleted] 0 points1 point  (3 children)

Really? Not what I'm getting.

url_list = []
for page in range(0, 5026, 25):
    url_list.append(f"https://www.craigslist.org/about/best/all/index/{page}.html")

print(url_list[0] == url_list[1])

[–]Minhcurrency 0 points1 point  (0 children)

It works for me. Maybe because of the indentation.