📜  如何使用 null python 代码示例增加现有长度

📅  最后修改于: 2022-03-11 14:45:50.970000             🧑  作者: Mango

代码示例1
list2 = list1 + [''] * (5 - len(list1))