description Problem history Submissions question_mark Qna how_to_vote Vote #5243 upload 42 done 29 how_to_reg 24 component_exchange Interactive 초급파이썬 연산자 25 timer 1s memory 4MB Problems text_fields 컴퓨터에서 0은 거짓(False), 1은 진실(True)로 사용한다. 'not'연산자를 사용하여 정수 0 또는 1을 입력받아 0이면 True, 1이면 False를 출력하시오. Example #1 login Input 1 content_copy logout Output False content_copy Example #2 login Input 0 content_copy logout Output True content_copy Backlinks Official problem sets only
Problems text_fields 컴퓨터에서 0은 거짓(False), 1은 진실(True)로 사용한다. 'not'연산자를 사용하여 정수 0 또는 1을 입력받아 0이면 True, 1이면 False를 출력하시오. Example #1 login Input 1 content_copy logout Output False content_copy Example #2 login Input 0 content_copy logout Output True content_copy Backlinks Official problem sets only