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

lesson/practice 10-19 notebook edit #62

Merged
merged 20 commits into from
Mar 7, 2024
Merged

Conversation

brissend
Copy link
Contributor

@brissend brissend commented Mar 7, 2024

Changes

Minor edits to lesson and practice notebooks (10-19)

…ty syntax from to and to . checks for identity (if two variables point to the exact same object), while checks for equality (if two variables point to values that are equal). See https://adamj.eu/tech/2020/01/21/why-does-python-3-8-syntaxwarning-for-is-literal/ for further details.
…gain changed boolean equality syntax (e.g. is -> ==) to avoid 'SyntaxWarning: is with a literal'
@brissend brissend requested a review from echou89 March 7, 2024 17:04
Copy link
Contributor

@echou89 echou89 left a comment

Choose a reason for hiding this comment

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

Language is clearer, some minor errors were fixed

@echou89 echou89 merged commit cee3fe7 into main Mar 7, 2024
@echou89 echou89 deleted the james_lesson_practice_edit branch March 7, 2024 23:51
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