I am new in programming so I tried python practice I tried to figure out f any operator represents the logical and. in python programming can anybody help?
a = True b = False print('a and b is',a and b)