# Write a function to find # sequences of lowercase letters joined with a underscore. # Example: # "aab_cbbbc" the function returns "Found a match!" # "aab_Abbbc" the function returns "Not matched!" # "Aaab_abbbc" the function returns "Not matched!"