To convert a tuple into list in Python, call list() builtin function and pass the tuple as argument to the function. list() returns a new list generated ...
確定! 回上一頁