Guest User

Untitled

a guest
Aug 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. result = get_sports(["Ронни О'Салливан - снукер", 'Магнус Карлсен - шахматы', 'Марк Селби - снукер'])
  2. for key in sorted(result):
  3. print(key + ':', ', '.join(sorted(result[key])))
Add Comment
Please, Sign In to add comment