Sarah's boss wants her to find if a particular number is in their customer data. Sarah is given a text input of customer names and numbers. She is also given a specific number to cross-check if it exists in the text.
Use find to help Sarah check if the number exists in the text. Print The number is present at index INDEX
if it is present. Else print "The number is not present" if the number is missing in the text.