+ 1
Can we do boolean expression in this
Plz answer my question
6 Respuestas
+ 1
How can we do boolean expression can anyone plz tell me steps to do
+ 1
Professional Coder I am not able to msg you it's showing you can't do conversation
+ 1
Try this
x = "Hello"
y = 18
z = 0
print(bool(x))
print(bool(y))
print(bool(z))
0
Yes, this is like operator so check the operators precedence
0
Kumkum Singh
How about if you worked through the Python course?
Boolean is explained in an early lesson.
Learn to learn independently
0
True