+ 3

I have question

Can someone explain for me operations in python and when it’s going to be true and false

7th Dec 2024, 11:42 AM
Karima Khadri
Karima Khadri - avatar
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
7th Dec 2024, 12:36 PM
Lothar
Lothar - avatar
+ 2
Also truthy and falsey values...
7th Dec 2024, 3:17 PM
Bob_Li
Bob_Li - avatar