Suppose we have a linked list object named lst. Which of the following expressions evaluates to true when lst is empty, and false otherwise?

a) lst == None
b) len(lst) == 0
c) isempty(lst)
d) not lst