Skip to content

Instantly share code, notes, and snippets.

import requests
import shutil
from bs4 import BeautifulSoup
errorcounter = 0
counter = 0
for i in range(int(input("input a number greater than 1: "))):
try:
if errorcounter < 11:
counter += 1