Cody Bable

Generation

generate functionFri, 19 May 2023

create a function for min and max of a number

def min_max(n): print(min(n)) print(max(n)) min_max(range(0, 10))

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