Skip to content

Conversation

@neha-peddinti
Copy link
Contributor

@neha-peddinti neha-peddinti commented Jul 27, 2020

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

Copy link

@github-actions github-actions bot left a 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.

@phrdang phrdang requested review from Citrus716 and abhatia1205 July 27, 2020 23:30
Copy link

@github-actions github-actions bot left a 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.

Copy link
Contributor

@abhatia1205 abhatia1205 left a 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!

Copy link
Contributor

@Citrus716 Citrus716 left a comment

Choose a reason for hiding this comment

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

Nice!

Copy link

@github-actions github-actions bot left a 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.

@neha-peddinti neha-peddinti changed the title Add practice problems/solutions to Ch. 1-8 Add practice problems/solutions to Ch. 8-11 Aug 1, 2020
Copy link

@github-actions github-actions bot left a 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]
Copy link

Choose a reason for hiding this comment

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

E203: whitespace before ':'

@abhatia1205 abhatia1205 merged commit c81c656 into master Aug 1, 2020
@abhatia1205 abhatia1205 deleted the neha-add-exercises branch August 1, 2020 23:35
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.

5 participants