Curso-lenguaje-python/30-days-of-python/24_Estadísticas/README.md
Manuel Vergara d6a26ea924 Add exercises 24 part 1
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-10-08 21:51:12 +02:00

12 lines
409 B
Markdown

# Estadísticas
Documento original en inglés: [statistics](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/24_Day_Statistics/24_statistics.md)
## Ejercicios
1. Repite todos los [ejemplos](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/24_Day_Statistics/24_statistics.md)
[Solución 01](01_stats.py)
[<< Day 23](../23_Entorno_virtual/README.md) | [Day 25 >>](../25_Pandas/README.md)