Intern — Senior
Function that returns the highest value from a list
livecode
Task condition
Implement a function that takes a list of numbers and returns the maximum among them. If the list is empty, the function should return None.
livecode
Task condition
Implement a function that takes a list of numbers and returns the maximum among them. If the list is empty, the function should return None.