中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

python中rstrip是什么意思

摘星
1803
2021-05-31 13:17:54
欄目: 編程語言

python中rstrip是指刪除字符串末尾指定字符的方法,rstrip的語法格式“str.rstrip([chars])”,這里chars是指定刪除的字符。

python中rstrip是什么意思

具體使用步驟:

1、首先打開python編輯器,新建一個python項目。

2、在python項目中使用rstrip方法來刪除刪除字符串末尾指定字符。

print str.rstrip('8'); #刪除字符串末尾為“8”的字符

示例代碼:

#!/usr/bin/python

str = " this is string example....wow!!! ";

print str.rstrip();

str = "88888888this is string example....wow!!!8888888";

print str.rstrip('8');

輸出結果:

this is string example....wow!!!

88888888this is string example....wow!!!

0
潜江市| 长治市| 天水市| 贺州市| 阿克陶县| 上栗县| 宜昌市| 龙泉市| 米泉市| 包头市| 资阳市| 怀宁县| 宝兴县| 洪洞县| 小金县| 拜城县| 洪泽县| 云南省| 靖州| 利津县| 长海县| 长乐市| 石楼县| 锦州市| 灌南县| 梅河口市| 平塘县| 龙井市| 泉州市| 隆子县| 越西县| 南乐县| 博白县| 武邑县| 临夏县| 泰安市| 友谊县| 新沂市| 红河县| 雅安市| 龙山县|