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

Update in Python list, sets, bool, dictionary.ipynb file #5

Open
tanujdhiman opened this issue Oct 18, 2020 · 3 comments
Open

Update in Python list, sets, bool, dictionary.ipynb file #5

tanujdhiman opened this issue Oct 18, 2020 · 3 comments

Comments

@tanujdhiman
Copy link

Hey, @krishnaik06
The file https://github.com/krishnaik06/Machine-Learning-in-90-days/blob/master/Section%201-%20Python%20Crash%20Course/2-Python%20List%2CDictionary%2CSets%20etc.ipynb

In this file you have explained all the data structures in python. But in the logical Operator Section you have only introduced the AND and OR operator. You should add one more NOT operator in it. Like,
print(not True)
Output - False

Hope you are getting my point.
Thanks

@parthshingari28
Copy link

Yes, you should add all logical operators i.e and (&) , or (|) , not (~) operator .

@aankysp
Copy link

aankysp commented Sep 12, 2021

Hey, @krishnaik06
The file https://github.com/krishnaik06/Machine-Learning-in-90-days/blob/master/Section%201-%20Python%20Crash%20Course/2-Python%20List%2CDictionary%2CSets%20etc.ipynb

In this file you have explained all the data structures in python. But in the logical Operator Section you have only introduced the AND and OR operator. You should add one more NOT operator in it. Like,
print(not True)
Output - False

Hope you are getting my point.
Thanks

hey bro...what kind of work or job you are doing in current days........have you been become a data scientist......cz you'd commented on oct 2018......i'm asking this only for my personal knowledge...
listen (actually my english is not that much good......hope you will understand what i want to ask)

@tanujdhiman
Copy link
Author

Hey, @krishnaik06
The file https://github.com/krishnaik06/Machine-Learning-in-90-days/blob/master/Section%201-%20Python%20Crash%20Course/2-Python%20List%2CDictionary%2CSets%20etc.ipynb
In this file you have explained all the data structures in python. But in the logical Operator Section you have only introduced the AND and OR operator. You should add one more NOT operator in it. Like,
print(not True)
Output - False
Hope you are getting my point.
Thanks

hey bro...what kind of work or job you are doing in current days........have you been become a data scientist......cz you'd commented on oct 2018......i'm asking this only for my personal knowledge...
listen (actually my english is not that much good......hope you will understand what i want to ask)

Linkedln :-- https://www.linkedin.com/in/tanuj-dhiman-a5647a16b/

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

No branches or pull requests

3 participants