Commit a608acc9 authored by geobumac's avatar geobumac

actualizacion procedimientos

parent a1cafc71
......@@ -819,7 +819,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 2,
"metadata": {},
"outputs": [
{
......@@ -830,7 +830,8 @@
"21\n",
"34\n",
"55\n",
"89\n"
"89\n",
"[13, 21, 34, 55, 89]\n"
]
}
],
......@@ -839,9 +840,17 @@
"i=0\n",
"for i in A:\n",
" if i > 10:\n",
" print(i)"
" print(i)\n",
"print([i for i in A if i>10])"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
......
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