Skip to content

solution m2-017 - #177

Open
Stefano-A wants to merge 2 commits into
tomorrowdevs-projects:mainfrom
Stefano-A:solution/m2-017
Open

solution m2-017#177
Stefano-A wants to merge 2 commits into
tomorrowdevs-projects:mainfrom
Stefano-A:solution/m2-017

Conversation

@Stefano-A

Copy link
Copy Markdown
Collaborator

No description provided.

print(letter)

else:
position = alphabet.index(letter)

Copy link
Copy Markdown

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?

@effedib effedib left a comment

Copy link
Copy Markdown

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