Python 练习

1. 题目

查找字符串。

2. 分析

3. 实例

点我看答案
sStr1 = 'abcdefg'
sStr2 = 'cde'
print(sStr1.find(sStr2))

© 2022 刘士. All rights reserved.

结果匹配 ""

    没有匹配的结果 ""