# Recuerda que este arreglo puede ser llenado por un usuario: https://parzibyte.me/blog/2020/10/18/python-llenar-arreglo-datos-usuario/ | |
datos = [1, 2, 3, 4, 4, 5, 6, 7, 8, 9, 4] | |
diccionario_conteo = {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment