Skip to content

Instantly share code, notes, and snippets.

@AdamGold
Created March 24, 2019 12:53
Show Gist options
  • Save AdamGold/79754c43acb27755d1d98bbf4bc61cad to your computer and use it in GitHub Desktop.
Save AdamGold/79754c43acb27755d1d98bbf4bc61cad to your computer and use it in GitHub Desktop.
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