Skip to content

Conversation

ijlijijij
Copy link
Contributor

@ijlijijij ijlijijij commented Aug 21, 2024

@ijlijijij ijlijijij added the py label Aug 21, 2024
@ijlijijij ijlijijij self-assigned this Aug 21, 2024
@ijlijijij ijlijijij marked this pull request as ready for review August 24, 2024 05:12
@DaleSeo DaleSeo requested a review from taekwon-dev August 24, 2024 19:03
Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Encode and Decode Strings 문제에 대한 솔루션이 좀 이상한 것 같은데, 일단 마감 시간이 다 되서 PR은 승인해드려요. 제 코멘트에 대해서 생각해보시고 다음 주 PR에 반영해주시면 좋을 것 같습니다.

res = ""
for str in strs:
size = len(str)
res += str(size)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

str이 문자열인데 어떻게 호출하죠?

while idx < limit:
num = str[idx]
text = ""
for _ in range(num):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

range() 함수에 문자열을 넘길 수도 있나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오류가 많았네요.. 다음주에 수정해서 같이 올리겠습니다!

@ijlijijij ijlijijij merged commit 63b996b into DaleStudy:main Aug 25, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants