Create an empty list: my_list = []. Create a list of specified length with all "blank" values: my_list = [''] * my_length.
確定! 回上一頁