Skip to content

Conversation

Stefano-A
Copy link
Collaborator

No description provided.

print(letter)

else:
position = alphabet.index(letter)
Copy link

Choose a reason for hiding this comment

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

what changes if you use enumerate func in the for loop instead of index method? do you understand what you optimize if you use enumerate in the for loop?

Copy link

@effedib effedib left a comment

Choose a reason for hiding this comment

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

great job!

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