📅  最后修改于: 2022-03-11 14:47:22.155000             🧑  作者: Mango
dir() #will give you the list of in scope variables:
globals() #will give you a dictionary of global variables
locals() #will give you a dictionary of local variables