How to Modify Lists in Python · 1Open a Python Shell window. · 2Type List1 = [] and press Enter. · 3Type len(List1) and press Enter. · 4Type List1.append(1) and ...
確定! 回上一頁