https://www.codewars.com/kata/5467e4d82edf8bbf40000155/train/python 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 7kyu 문제로, 주어지는 value를 큰수부터 차례대로 나열하면 된다.def descending_order(num): arr..