Python 62
[Python 100] Python 100
#!/usr/bin/python # -*- coding: UTF-8 -*- sStr1 = 'abcdefg' sStr2 = 'cde' print sStr1.find(sStr2)
2
[Python 100] Python 100
| [ Web Proxy ] |
| Viewing: https://www.runoob.com/python/python-exercise-example62.html | [Back] [Original] |
[Python 100] Python 100
#!/usr/bin/python # -*- coding: UTF-8 -*- sStr1 = 'abcdefg' sStr2 = 'cde' print sStr1.find(sStr2)
2
[Python 100] Python 100
| Web Proxy Viewer | New URL | Original Page |