Generation

generate functionMon, 01 May 2023

datos metros = [1,2,3,4,5,6,7,8] niños = [2,6,10,5,10,3,2,2] calcular la moda

from statistics import mode

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