Redus Russ

Generation

generate functionMon, 06 Feb 2023

make 2 arrays then put them both in another array

def f(a, b): c = [] c = a + b print(c) f([1, 2], [1, 2])

Questions about programming?Chat with your personal AI assistant