These Python 3 examples use tuples, which cannot be changed but contain ... (key, value) = pair # Display unpacked variables. print(key) print(value) Output ...
確定! 回上一頁