-
Notifications
You must be signed in to change notification settings - Fork 5
Added The Zen of Python #4
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
file_and_modules.md
Outdated
# 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. |
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.
Remove this and just use python interpreter, otherwise it will confuse user to use older version.
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.
done!
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.
Thanks for adding this, @bhavin192 please have a look.
file_and_modules.md
Outdated
@@ -41,7 +41,31 @@ | |||
* 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/) ? |
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.
- 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?
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.
@gauravsitlani yup... please remove white-space
.
@digitronik Please have a look, Thanks :-) |
@gauravsitlani can you please squash the commits once done? |
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.
Only url
rendering problem. else LGTM 👍
No description provided.