Como obter uma lista de todas as variáveis ​​no Python de memória

# Use the magic function %who to show all local user defined variables
%who
# Use %whos to show details
%whos
Trained Tuna