+ 3
I have question
Can someone explain for me operations in python and when itâs going to be true and false
2 Answers
+ 4
Karima Khadri ,
(it looks like that you are asking about comparison and logical operations)
> you can find all you need to know like explanations and exercises in the `introduction to python` tutorial.
goto modul `working with data` (modul 3)
read and learn from:
> comparison operations
> logical operations
> combining comparison and logical operations
additional to these sources, you can find some more tutorials in the community section:
https://www.sololearn.com/learn/o-Python/2276/?ref=app
https://www.sololearn.com/learn/o-Python/2280/?ref=app
https://www.sololearn.com/learn/o-Python/2279/?ref=app
+ 2
Also truthy and falsey values...