python字符串的rstrip方法删除字符串字符串末尾的空格或指定字符串
word = 'python ' print(word.rstrip()) # python
扫描关注, 与我技术互动
QQ交流群: 211426309
分享日常研究的python技术和遇到的问题及解决方案