description Problem history Submissions question_mark Qna how_to_vote Vote #5251 upload 135 done 48 how_to_reg 46 component_exchange Interactive 초급파이썬 입출력 25 timer 1s memory 4MB Problems text_fields print()의 옵션 sep과 end를 배워보았다.이 둘은 따로 하나씩 사용이 가능하지만, print("", sep=" ", end="\n")와 같이 동시에 함께 사용도 가능하다. 문자를 세개 입력받아 두 번째 문자는 sep옵션으로, 세 번째 문자는 end옵션으로 설정하여 첫 번째 문자를 두 번씩 두 줄 출력하시오. Example login Input aspace_bar bspace_bar c content_copy logout Output abacabac content_copy chevron_right Hint Backlinks Official problem sets only
Problems text_fields print()의 옵션 sep과 end를 배워보았다.이 둘은 따로 하나씩 사용이 가능하지만, print("", sep=" ", end="\n")와 같이 동시에 함께 사용도 가능하다. 문자를 세개 입력받아 두 번째 문자는 sep옵션으로, 세 번째 문자는 end옵션으로 설정하여 첫 번째 문자를 두 번씩 두 줄 출력하시오. Example login Input aspace_bar bspace_bar c content_copy logout Output abacabac content_copy chevron_right Hint Backlinks Official problem sets only