... join() method to convert the string to a list and merge the list into a string.: el = '+' num = list('9876') (num).insert(0, el) print ...
確定! 回上一頁