I have the following list of dictionaries and the values correspond to the average value, for example, in the 1st appears 4, but in fact of 4,6666. I would like to know how and what to do, I have already tried the round, but it stays the same.
[{'Nome do Dono': 'Eva', 'Media de Idade': 4}, {'Nome do Dono': 'Ana', 'Media de Idade': 53}, {'Nome do Dono': 'Ada', 'Media de Idade': 12}]