Santiago Moresi

Generation

generate functionWed, 07 Jun 2023

Un arange con números enteros del 0 al 9

import numpy as np def my_array(n=10): return np.arange(n)

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