I have the following dictionary:
tests_dict = {'test 1': ['Manuel', 'Mariana', 'Filipa'], 'test 2': ['Manuel', 'Filipa', 'Mariana'], 'test 3': ['Mariana', 'Manuel', 'Filipa']}
What I need is that the keys of the new dictionary are the names...
asked on
11.12.2016 / 10:19