description Problem history Submissions question_mark Qna how_to_vote Vote #912 upload 2793 done 1429 how_to_reg 1269 리스트 2 - 형성평가 3 timer 1s memory 16MB Problems text_fields 6개의 문자리스트를 ['J', 'U', 'N', 'G', 'O', 'L']이라고 초기화 한 후, 문자 한 개를 입력받아 리스트에서의 위치를 출력하는 프로그램을 작성하시오. 첫 번째 위치는 0번이며 배열에 없는 문자가 입력되면 "none"이라는 메시지를 출력한다. Example #1 login Input L content_copy logout Output 5 content_copy Example #2 login Input B content_copy logout Output none content_copy Source 자기주도 파이썬 Backlinks Official problem sets only
Problems text_fields 6개의 문자리스트를 ['J', 'U', 'N', 'G', 'O', 'L']이라고 초기화 한 후, 문자 한 개를 입력받아 리스트에서의 위치를 출력하는 프로그램을 작성하시오. 첫 번째 위치는 0번이며 배열에 없는 문자가 입력되면 "none"이라는 메시지를 출력한다. Example #1 login Input L content_copy logout Output 5 content_copy Example #2 login Input B content_copy logout Output none content_copy Source 자기주도 파이썬 Backlinks Official problem sets only