From 2a101ac5a632a7b1c6b3c87de5bc044912533bcc Mon Sep 17 00:00:00 2001
From: Sasiri Juliana Vargas Urbano <sasiri.vargas@correounivalle.edu.co>
Date: Mon, 8 Mar 2021 03:28:57 +0000
Subject: [PATCH] Upload New File

---
 reporte/Codigo1.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)
 create mode 100644 reporte/Codigo1.md

diff --git a/reporte/Codigo1.md b/reporte/Codigo1.md
new file mode 100644
index 0000000..c774d88
--- /dev/null
+++ b/reporte/Codigo1.md
@@ -0,0 +1,80 @@
+```python
+from Modulo_simulacion import *
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=0)
+```
+
+
+
+
+    (<_io.TextIOWrapper name='Archivo_A_semilla0.csv' mode='w' encoding='UTF-8'>,
+     <_io.TextIOWrapper name='Archivo_B_semilla0.csv' mode='w' encoding='UTF-8'>)
+
+
+
+
+```python
+#q,w,e=ANALISIS( L= 50, opcion='histograma',semilla=0)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=1)
+```
+
+
+
+
+    (<_io.TextIOWrapper name='Archivo_A_semilla1.csv' mode='w' encoding='UTF-8'>,
+     <_io.TextIOWrapper name='Archivo_B_semilla1.csv' mode='w' encoding='UTF-8'>)
+
+
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=2)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=3)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=4)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=5)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=6)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=7)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=8)
+```
+
+
+```python
+ANALISIS(L=50,opcion='datos',semilla=9)
+```
+
+
+```python
+#Para guardar el notebook a .md
+! jupyter nbconvert --to markdown Iteraciones.ipynb
+```
-- 
GitLab