PYTHON

[python3] 9. 로컬 모든 변수 조회

힙꾸 2021. 3. 8. 16:54
728x90
반응형
import pprint

# 모든 변수 조회
# 디버깅 시 좋음
pprint.pprint(locals()

 

 

728x90
반응형