Santiago Moresi

Generation

generate functionWed, 07 Jun 2023

Un arange con números enteros del 0 al 9

def array(): a = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] return a

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