Ejercicios realizados

parent 04819e6d
...@@ -1014,14 +1014,14 @@ ...@@ -1014,14 +1014,14 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 6, "execution_count": 7,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"Numero de lineas para triangulo de Pascal: 7\n" "Numero de lineas para triangulo de Pascal: 6\n"
] ]
}, },
{ {
...@@ -1033,11 +1033,10 @@ ...@@ -1033,11 +1033,10 @@
" [1, 3, 3, 1],\n", " [1, 3, 3, 1],\n",
" [1, 4, 6, 4, 1],\n", " [1, 4, 6, 4, 1],\n",
" [1, 5, 10, 10, 5, 1],\n", " [1, 5, 10, 10, 5, 1],\n",
" [1, 6, 15, 20, 15, 6, 1],\n", " [1, 6, 15, 20, 15, 6, 1]]"
" [1, 7, 21, 35, 35, 21, 7, 1]]"
] ]
}, },
"execution_count": 6, "execution_count": 7,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment