def is_pangram(str: String) = str.filter(_.isUpper).distinct.size == 26

단순하게 짠댔지 빠르게 짠다고는 안 함