Created
March 18, 2020 15:16
-
-
Save ahmedazizkhelifi/df96810864c14baf48eae8234d3260f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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