
Goes Right After

在一个给定的单词中,你需要检查一个符号是否只在另一个符号的右边。
在解决这一难题时,你应该想到的情况是:
- 其中一个符号不在给定的单词中 - 你的函数应该返回 false;
- 任何符号在一个词中出现了不止一次--只使用第一个符号;
- 两个符号是相同的--你的函数应该返回...
You should be an authorized user in order to see the full description and start solving this mission.