Posts by Stagg • 151 points
2 posts
-
5
votes1
answer132
viewsQ: Different types of python dictionaries
Is there any way to convert this dictionary: d = {'Ano; Dia; Mes' : '1995; 2; 5'} for this format: d = {'Ano': '1995'; 'Dia' : '2'; 'Mes': '5'} Thank you…
-
-1
votes1
answer361
viewsQ: Convert a string of numbers into a word
I need to do a function that receives a string composed of digits between 2-9 and that the output are letters, that is, basically the function will work as a keyboard of a mobile phone, where the…
python-2.7asked Stagg 151