Added The Zen of Python#4
Merged
Merged
Conversation
chkumar246
reviewed
Mar 30, 2019
| # python | ||
| Python 3.6.8 (default, Jan 31 2019, 09:38:34) | ||
| [GCC 8.2.1 20181215 (Red Hat 8.2.1-6)] on linux | ||
| Type "help", "copyright", "credits" or "license" for more information. |
Contributor
There was a problem hiding this comment.
Remove this and just use python interpreter, otherwise it will confuse user to use older version.
chkumar246
approved these changes
Mar 30, 2019
Contributor
chkumar246
left a comment
There was a problem hiding this comment.
Thanks for adding this, @bhavin192 please have a look.
bhavin192
requested changes
Mar 30, 2019
| * We can import a module using `import` keyword. | ||
| * If it is not available it will give import error. | ||
| * dir() method tells what the attribute provides. | ||
| * What's [The Zen of Python] (https://www.python.org/dev/peps/pep-0020/) ? |
Contributor
There was a problem hiding this comment.
- What's [The Zen of Python] (https://www.python.org/dev/peps/pep-0020/) ?
It's getting rendered like this, can you please fix it?
Contributor
|
@digitronik Please have a look, Thanks :-) |
Contributor
|
@gauravsitlani can you please squash the commits once done? |
digitronik
reviewed
Mar 31, 2019
Member
digitronik
left a comment
There was a problem hiding this comment.
Only url rendering problem. else LGTM 👍
bhavin192
approved these changes
Mar 31, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.