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

溫馨提示×

python中find函數是什么意思

摘星
6240
2021-05-31 16:49:47
欄目: 編程語言

python中find函數是實現檢索字符串并且輸出運算值的意思,語法格式為:“str.find(str, beg=0, end=len(string))”,這里“str”代表指定檢索的字符串、“beg”代表開始索引,默認為0、“end”代表結束索引,默認為字符串的長度。

python中find函數是什么意思

具體使用步驟:

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

2、在python項目中定義2個字符串。

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

str2 = "exam";

3、再使用find函數檢測字符串str1中是否包含子字符串str2并返回索引值。

print str1.find(str2);

返回結果:

15

相關示例代碼:

mystring = "Meet Guru99 Tutorials Site.Best site for Python Tutorials!"

print("The position of Best site is at:", mystring.find("Best site", 5, 40))

print("The position of Guru99 is at:", mystring.find("Guru99", 20))

#輸出結果

The position of Best site is at: 27

The position of Guru99 is at: -1

0
普陀区| 海原县| 伊通| 泊头市| 札达县| 内黄县| 宁武县| 孝感市| 房山区| 邵武市| 遂溪县| 班玛县| 辛集市| 南宫市| 五大连池市| 儋州市| 湟中县| 永德县| 贵南县| 益阳市| 涪陵区| 湖南省| 舒城县| 博野县| 久治县| 株洲市| 墨江| 丁青县| 平原县| 哈尔滨市| 玛纳斯县| 筠连县| 朝阳市| 丹巴县| 黄浦区| 平南县| 垣曲县| 无棣县| 金堂县| 寻甸| 平谷区|