Fix the methods in `Course` so that all of them never throw errors and return `None` if the length of their students list is 0. 
Additionally, do not use the words `for`, `while`, or `map` anywhere in the code.