Redus Russ

Generation

generate functionMon, 06 Feb 2023

a function that puts the arrays given into another array

def append(l, el): #l = l + el l.append(el) return l append([1, 2], 3)

Questions about programming?Chat with your personal AI assistant