python Copy list = [5, 10, 15, 20, 25] print(list) print("After using the mapping technique: ") print('\n'.join(map(str, list))).
確定! 回上一頁