Question

Write a function that finds the maximum number from the list of numbers?

Login to Submit

Examples

Input: [4, 1, 2]
Output: 4

Input: [6, 7, 8]
Output: 8

Input: [8, 9, 1]
Output: 9