Thanks @robertgr991, I think I was thinking of if my_list instead of if all(my_list) when I was thinking about the empty behavior. I appreciate you bringing this to my attention. I'm going to word this differently and add an example, but thank you for your correction.
Thanks @robertgr991, I think I was thinking of
if my_list
instead ofif all(my_list)
when I was thinking about the empty behavior. I appreciate you bringing this to my attention. I'm going to word this differently and add an example, but thank you for your correction.