강의

멘토링

커뮤니티

Inflearn Community Q&A

pohaha8254081's profile image
pohaha8254081

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

9. Dice Game

안녕하세요, 강사님. 코드 관련해서 질문있습니다.

Written on

·

254

0

항상 양질의 강의 감사합니다.

다름이 아니라, 강사님께서 구현해주신 코드 중에

정렬하는 sort()가 포함되어 있는데 혹시 이것이 반드시 필요한 이유가 있을까요?

 

감사합니다.

python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

반드시 필요한 것은 아닙니다. sort를 하지 않고 풀어도 상관없습니다.

pohaha8254081's profile image
pohaha8254081

asked

Ask a question