#The list of digits. · nums = [1, 2, 3, 4] · #Sort the list from smallest to largest. · nums.sort() · #Find the median. · length = len(nums) · if (length % 2 == 0):.
確定! 回上一頁