Yalmar2416 Yalmar2416 12-01-2024 Mathematics contestada 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