Write a function that finds the minimum number from the list of numbers?
Login to Submit
Input: [4, 1, 2] Output: 1 Input: [6, 7, 8] Output: 6 Input: [8, 9, 1] Output: 1