Curso-lenguaje-python/30-days-of-python/24_Estadísticas/README.md
Manuel Vergara 398494e2f5 Add exercises 24 part 2
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
2023-10-08 22:00:31 +02:00

14 lines
438 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)
[Solución 02](02_stats.py)
[<< Day 23](../23_Entorno_virtual/README.md) | [Day 25 >>](../25_Pandas/README.md)