Skip to content

Conversation

@DomJen00
Copy link

No description provided.

# Function to find the common letters between two box IDs
def find_common_letters(line, line_):
common_letter = []
for letter, letter_ in zip(line, line_):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very elegant using zip here! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants