Cody Bable

Generation

generate functionFri, 19 May 2023

create a function for min and max of a number

def minmax(a): if a > 1: return 1 else: return 0 minmax(2)

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