Goes Right After (simplified)

Goes Right After (simplified)

In a given string you need to check if one symbol goes right after another. If so - return True, otherwise - False.

If one of the symbols is not in the given word - your function should return False...

You should be an authorized user in order to see the full description and start solving this mission.