Cody Bable

Generation

generate functionFri, 19 May 2023

create a function for min and max of a number

def minmax(numbers): return min(numbers), max(numbers) minmax([1,2,4,5,6,7,8,9,10])

Want to kickstart your project?Use the new AI Studio to create your code