91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
偃师市| 五指山市| 邓州市| 西乡县| 南部县| 阳山县| 广安市| 灌云县| 新晃| 汉寿县| 舞阳县| 朝阳区| 湘潭市| 英吉沙县| 周口市| 沾益县| 翼城县| 福清市| 岳阳县| 金堂县| 雅江县| 曲水县| 鄯善县| 顺义区| 新竹县| 岫岩| 新乐市| 门源| 陈巴尔虎旗| 科技| 镇宁| 沙田区| 田东县| 乌拉特前旗| 额济纳旗| 额尔古纳市| 石家庄市| 宁强县| 扶沟县| 盈江县| 乌拉特后旗|