#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http 제목문자열 뒤집기2019-03-25 15:42작성자멘붕온질문자def reverseString(a): a=a[::-1] print(a)라고 함수를 작성하고assert reverseString("hello") == "olleh"assert reverseString("world") == "dlrow"assert reverseString("12345") == "54321"이것을 실행시켰는데 자꾸 이렇게 오류가 뜨네요 olleh --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) <ipython-input-4-80fe570984f9> in <module> ----> 1 assert reverseString("hello") == "olleh" 2 assert reverseString("world") == "dlrow" 3 assert reverseString("12345") == "54321" AssertionError:왜이러는거죠?? 목록수정삭제답변글쓰기 댓글 [0] 댓글작성자(*)비밀번호(*)내용(*) 댓글 등록 더보기이전강의노트 8페이지 3번째 박스를 보세요.drsungwon 2019-03-25다음[re]문자열 뒤집기윤수환2019-03-25 Powered by MangBoard | 워드프레스 쇼핑몰 망보드