인프런 커뮤니티 질문&답변
퀴즈
The primary method mentioned in the lecture for checking if a string is a palindrome using built-in functions is to reverse the string and compare it with the original.
`split`, `sort`, `join`
`substring`, `reverse`, `concat`
`split`, `reverse`, `join`
`slice`, `sort`, `merge`





