def ssort(*strings): {k: v for k, v in [(c, [st for st in strings if st[0] == c]) for c in set([st1[0] for st1 in strings])]}