Codewars - Achieve mastery through coding practice and developer mentorshipA coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!www.codewars.com이번 문제는 매우 간단한 String -> Int 변경 관련 문제입니다.심지어 조건에 적혀있는대로면 String은 무조건 들어오고, 그 값 또한 무조건 Int라고 하네요.func stringToNumber(_ string:String) -> Int { ..