-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Code files for Type Hints tutorial #441
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.
@claudian37 Hey Claudia! Thanks for creating a separate PR in the materials repository. Please find a few comments and let me know if you have further questions.
python-type-hints-multiple-types/01_type_hints_for_one_piece_of_data.py
Outdated
Show resolved
Hide resolved
python-type-hints-multiple-types/02_type_hints_for_multiple_pieces_of_data.py
Outdated
Show resolved
Hide resolved
python-type-hints-multiple-types/05_type_hints_for_generator.py
Outdated
Show resolved
Hide resolved
I've made the suggested changes. I will be traveling until Friday, so probably won't be able to make any changes before then. Thanks for reviewing my PRs! |
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.
@claudian37 Thanks for the updates!
Adding sample code files for tutorial on How to Use Type Hints for Multiple Return Types in Python