강의

멘토링

커뮤니티

Inflearn Community Q&A

staryly8738's profile image
staryly8738

asked

Introduction to Python for Programming and Data Science

-How to submit assignments

main(), encoding_sentence() 함수 통과 못하시는 분들

Written on

·

201

1

저도 이 문제로 한참을 씨름했습니다..

해답은 공백 두 개 (" ") 가 결과에 출력되서는 안됩니다.

이 조건이 모호하게 되어있습니다.

그리고 공백 두 개가 출력되더라도, decoding_sentence()는 PASS로 뜨고

encoding_sentence()는 FAIL로 뜹니다.

자꾸 안되시는 분들은 공백 두 개 이상을 한 개로 바꾸어주는 함수를

decoding_sentence()와 encoding_sentence()에 넣어보세요.

해결될겁니다.

bigdatapython

Answer 2

0

TestCase를 오픈해 주세요. 수정이라도 제때 할 수 있게요.

0

TeamLab님의 프로필 이미지
TeamLab
Instructor

감사합니다. 고민을 해서 수정을 해보도록하겠습니다.

staryly8738's profile image
staryly8738

asked

Ask a question