12 Apr Admin
Boolean values are the two constant objects True and False.
Example–
print(8 > 7)
print(5 == 2)
Output–
True
False
12 Apr Admin
Boolean values are the two constant objects True and False.
Example–
print(8 > 7)
print(5 == 2)
Output–
True
False