
Patrick B. answered 06/28/21
Tutor
4.7
(31)
Math and computer tutor/teacher
strS="Python for beginners is easy to learn"
str2 = "easy"
print(" first occurance of " + str2 + " is at " + str(strS.find(str2)))