-
-
Notifications
You must be signed in to change notification settings - Fork 14
Add practice problems/solutions to Ch. 8-11 #37
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No linting violations have been found in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lintly has detected code quality issues in this pull request.
abhatia1205
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, will merge!
Citrus716
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
…into add_exercises
…rrow/python into add_exercises
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lintly has detected code quality issues in this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lintly has detected code quality issues in this pull request.
| # Some other possible answers: | ||
| # group = people[0, 5, 2] or people[0, len(people), 2] | ||
|
|
||
| group = people[0 : len(people) : 2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E203: whitespace before ':'
Neha Peddinti
Food
Ch. 8
Libraries
Fortune
Ch. 8
Libraries
Catalog
Ch. 9
Iterating Through Dictionaries
Word
Ch. 9
Check Key/Value Membership
Address
Ch. 10
Nested Loops
Random Grid
Ch. 10
Nested Loops
Case
Ch. 11
When To Use A Function
Product
Ch. 11
The Return Statement
Rect
Ch. 11
When To Use A Function