Is this what you want? py> s = 'This string contains two times - end' py> print s.replace(' ', ' '*6)
確定! 回上一頁