asked
Introduction to Python Algorithm Problem Solving (Coding Test Preparation)
5. Regular polyhedron
Written on
·
182
0
간단하게 max 함수로 이용해서 할수 있는 방법은 어떻게 하면 되나요? 파이썬은 max라는 함수가 라이브러리 함수로 되어있다고 알고 있는데요.
Answer