Created
March 24, 2019 12:53
-
-
Save AdamGold/79754c43acb27755d1d98bbf4bc61cad 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
found = 0 | |
for num in int_array: | |
if num in d: | |
found += 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment