본문 바로가기
파이썬

파이썬 What is a Python equivalent of PHP's var_dump()?

by º기록 2020. 11. 1.
반응형


이에 상응하는 좋은 Python은 무엇입니까?

 

해결 방법

 


from pprint import pprint

pprint(globals())
pprint(locals())


 

참조 페이지 https://stackoverflow.com/questions/383944

 

 

반응형

댓글