Python program to demonstrate the # use of join function to join list # elements with a character. list1 = ['1','2','3','4'] s = "-" # joins elements of ...
確定! 回上一頁