Generation

generate functionFri, 14 Apr 2023

si: -4<x<3 indicar el intervalo de N=3x+2

def si(x): if -4 < x < 3: N = 3 * x + 2 return N else: return "no esta en el intervalo" si(1)

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