Line break and line continuation in Python 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 9월 20, 2015 Back slash (\) could be used for line break and line continuation in Python! a = 12 + 13 + 14 + 15 is same as a = 12 + 13 \ + 14 + 15 Thanks, Have fun! 자세한 내용 보기