description Problem history Submissions question_mark Qna how_to_vote Vote #5241 upload 38 done 23 how_to_reg 22 component_exchange Interactive 초급파이썬 연산자 23 timer 1s memory 4MB Problems text_fields 컴퓨터에서 0은 거짓(False), 1은 진실(True)로 사용한다. 'and'연산자를 사용하여 정수 0 또는 1을 두개 입력받아 두 수가 모두 1이면 True, 둘 중 하나라도 0이면 False를 출력하시오. Example #1 login Input 1space_bar 1 content_copy logout Output True content_copy Example #2 login Input 1space_bar 0 content_copy logout Output False content_copy Backlinks Official problem sets only
Problems text_fields 컴퓨터에서 0은 거짓(False), 1은 진실(True)로 사용한다. 'and'연산자를 사용하여 정수 0 또는 1을 두개 입력받아 두 수가 모두 1이면 True, 둘 중 하나라도 0이면 False를 출력하시오. Example #1 login Input 1space_bar 1 content_copy logout Output True content_copy Example #2 login Input 1space_bar 0 content_copy logout Output False content_copy Backlinks Official problem sets only