목차 1 개요 2 같이 보기 개요 Python rjust() values = (1, 42, 1004, 'abc', 'hello') for value in values: print( str(value).rjust(6) ) 같이 보기 Python zfill() 함수 rjust()