Goes Right After (simplified)

Goes Right After (simplified)

在一个给定的字符串中,你需要检查一个符号是否紧接着另一个。如果是,则返回 True,否则 - False.

如果其中一个符号不在给定的词中 - 你的函数应该返回 False.如果两个寻求的符号是相同的 - 你的函数应该返回 False

example

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