To append an element to a tuple in Python, convert a tuple to a list, use the append() method to add an item and convert back to tuple.
確定! 回上一頁