a = list(('i', 'am')) a.append('a') a ['i', 'am', 'a']. но только не это : b = list(('i','am')).append('a') b python. Поделиться
確定! 回上一頁