-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Yes, you should add all logical operators i.e and (&) , or (|) , not (~) operator . |
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... |
Linkedln :-- https://www.linkedin.com/in/tanuj-dhiman-a5647a16b/ |
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
The text was updated successfully, but these errors were encountered: