Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Created March 18, 2020 15:16
Show Gist options
  • Save ahmedazizkhelifi/df96810864c14baf48eae8234d3260f6 to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/df96810864c14baf48eae8234d3260f6 to your computer and use it in GitHub Desktop.
start = -1
for i in range(len(search)):
if search[i].get_text().find(country) !=-1:
start = i
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment