文字列の末尾の後のスペースを除いて、文字列間のすべてのスペースを「#」に置き換えたいと思います。
例:
input=' hello world '
output = '#hello##world'
rstrip()
string の末尾のスペースを無視できることを知っています。使わずに試してみたいrstrip()
文字列の末尾の後のスペースを除いて、文字列間のすべてのスペースを「#」に置き換えたいと思います。
例:
input=' hello world '
output = '#hello##world'
rstrip()
string の末尾のスペースを無視できることを知っています。使わずに試してみたいrstrip()