Is this your company?
do a sub string seach of a string using nested loops
Anonymous
#!/usr/bin/python3 str1 = "this is string example....wow!!!" str2 = "exam"; print (str1.find(str2)) print (str1.find(str2, 10))
Check out your Company Bowl for anonymous work chats.