Ejercicios realizados

parent 04819e6d
......@@ -1014,14 +1014,14 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Numero de lineas para triangulo de Pascal: 7\n"
"Numero de lineas para triangulo de Pascal: 6\n"
]
},
{
......@@ -1033,11 +1033,10 @@
" [1, 3, 3, 1],\n",
" [1, 4, 6, 4, 1],\n",
" [1, 5, 10, 10, 5, 1],\n",
" [1, 6, 15, 20, 15, 6, 1],\n",
" [1, 7, 21, 35, 35, 21, 7, 1]]"
" [1, 6, 15, 20, 15, 6, 1]]"
]
},
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"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