Can we do boolean expression in this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we do boolean expression in this

Plz answer my question

7th Dec 2020, 2:15 PM
Kumkum Singh
Kumkum Singh - avatar
6 Answers
+ 1
How can we do boolean expression can anyone plz tell me steps to do
7th Dec 2020, 2:18 PM
Kumkum Singh
Kumkum Singh - avatar
+ 1
Professional Coder I am not able to msg you it's showing you can't do conversation
7th Dec 2020, 2:20 PM
Kumkum Singh
Kumkum Singh - avatar
+ 1
Try this x = "Hello" y = 18 z = 0 print(bool(x)) print(bool(y)) print(bool(z))
8th Dec 2020, 10:59 PM
Web Sad
Web Sad - avatar
0
Yes, this is like operator so check the operators precedence
7th Dec 2020, 2:39 PM
Rufai Limantawa
0
Kumkum Singh How about if you worked through the Python course? Boolean is explained in an early lesson. Learn to learn independently
7th Dec 2020, 3:58 PM
Crash
Crash - avatar
0
True
9th Dec 2020, 1:37 PM
Sayyam Jain
Sayyam Jain - avatar