You can always force a list to a certain length: k = "a/b/c" l = "a/b/c/d" def fill_to_length(split_string, delimiter, min_length): split_list ...
確定! 回上一頁