cara mendapatkan daftar semua variabel dalam python memori

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