>>> from presuffix import common_suffix >>> common_suffix ('laicism', 'communism') 'ism' >>> common_suffix ('singing', 'going') 'ing' >>> common_suffix ('hello', 'bye') '' >>> common_suffix ('navigator', 'navigator') 'navigator' >>> common_suffix ('incredible', 'edible') 'edible'