Skip to content

Instantly share code, notes, and snippets.

@gidgid
Created October 9, 2020 10:53
Show Gist options
  • Save gidgid/ac272a1f524d26ea38b7c3da099b9a0c to your computer and use it in GitHub Desktop.
Save gidgid/ac272a1f524d26ea38b7c3da099b9a0c to your computer and use it in GitHub Desktop.
Function that requires multiple parameters
def crawl_page(url, output_file, num_retries): # 1
"""
Implementation omitted for the sake of brevity
"""
crawl_page(
url="http://hopefully.doesnt.exi.st", output_file="page_content.csv", num_retries=4
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment