Generation

generate functionMon, 20 Mar 2023

Agregate a input introducing a list

def agregate(lst): return lst[0] + lst[1] + lst[2] agregate([1,2,3])

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