파이썬 몰랐던 것 정리 Python 2021. 3. 4. def mul_return(a): b = a + 1 return a,b mul_return(1) -->결과 : (1,2) 튜플로 return됨 공유하기 게시글 관리 engineer_diary 댓글