How to check if a List Argument is None
问题 I am doing this problem set, and I cannot get passed the Test Case for when the List is None. I have tested for almost all the cases, and I have noticed that other users got it right with a code that is very similar to mine, I need help debugging and checking if I am missing a test case in my Conditionals. The test cases that come back negative are testing to see if the List is None, which I found out by testing in the Python interpreter that it does not necessarily imply empty. Here is the