Generation

generate functionMon, 10 Jul 2023

Cree un arreglo de n valores complejos

def create_array(n): return [complex(0,0)]*n create_array(3)

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