Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add solution to issue #2 - profile lookup #38

Closed
wants to merge 1 commit into from
Closed

add solution to issue #2 - profile lookup #38

wants to merge 1 commit into from

Conversation

sharan-nyn
Copy link
Contributor

solves #2

Copy link
Owner

@the-vampiire the-vampiire left a comment

Choose a reason for hiding this comment

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

i think you meant to call the string lower() method rather than accessing it as a property

when using the dict get() method it will return None if the key is not found. this will raise an error when it tries to call None.lower()

try making some changes and running the test inputs again to make sure it works

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