Example 1: append element to an array python x = ['Red', 'Blue'] x.append('Yellow') Example 2: python array append my_list = ['a', 'b'] my_list.append('c') ...
確定! 回上一頁