Use the join() method of Python. First convert the list of integer into a list of strings( as join() works with strings only). Then, simply join them ...
確定! 回上一頁