Test. tuple_test = () assert not tuple_test list_test = [] assert not list_test dict_test = {} assert not dict_test ...
確定! 回上一頁