📅  最后修改于: 2022-03-11 14:57:12.504000             🧑  作者: Mango
locals() and globals() will display all the variables in scope with their values.
You can use dir() if you're not interested in the values.