random.shuffle() works in place, as the documentation says. It does not give a return value, therefor a is None. You could write instead:
確定! 回上一頁