TIL(Develop)55 python3 print 자동개행 안되도록 하기 print(a)는 print(a,end='\n')과 같다 자동개행 안되도록 하면 print(a,end='')라고 하면 됨 2021. 8. 1. 이전 1 ··· 4 5 6 7 다음