Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. python>
  3. python中index什么意思_如何运用PYTHON里的index()

python中index什么意思_如何运用PYTHON里的index()

  • Post author:xfxia
  • Post published:2023年9月22日
  • Post category:python


1

打开PYTHON,新建一个PY文档。

90c61d1c99c0affcee483f9a2372941fbfe4ea66.jpg?x-bce-process=image%2Fresize%2Cm_lfit%2Cw_500%2Climit_1

2

a = “I will never kiss a guy.”

b = a.index(“kiss”)

print(b)

index可以直接查找到字符串里面某个字符的位置。

955ea0e434daf05e5ced62c4751d96d81919e566.jpg?x-bce-process=image%2Fresize%2Cm_lfit%2Cw_500%2Climit_1

3

help(a.index)

用HELP可以查看index的用法。


你可能也喜欢

python如何下载.whl文件(安装Pygraphviz为例)

python函数分为哪几种_python函数有哪几种

CV2安装报错Traceback (most recent call last): File “c:\python\lib\site-packages\pip-20.2b1-

【OpenCV-Python】15.OpenCV的图像轮廓——查找轮廓

Python编程题及常用表目录(持续更新)

【Python】输入一个整数,输出这个整数的所有数字和,例如输入256,则输出13

Python字符串包含

将Python字符串转换为Int,将Int转换为String

python实现关键词提取

Python中英文词频统计

python&Keras实现多GPU或指定GPU的使用

python+selenium识别验证码并登录

python 爬虫 css提取网页内容

Python 打印四位所有回文数

python的numpy模块_python numpy模块

python操作一段shellcode遇到的问题bytes 转义符问题

python(列表,元组,字典,集合)推导式

python笔记9:数据处理之缺失值处理

Python【计算圆的面积与周长】

python中用pip安装sqlite_Python aiosqlite包_程序模块 – PyPI – Python中文网

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单