Commit 91fa391a authored by Victor's avatar Victor

Commite de prueba 01
parent 215bf527
...@@ -773,10 +773,24 @@ ...@@ -773,10 +773,24 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
"source": [] {
"name": "stdout",
"output_type": "stream",
"text": [
"0\n",
"1\n"
]
}
],
"source": [
"for i in range(0,21):\n",
" if i//2==0:\n",
" print (i)\n",
"#esta hecho, me vale sorbete :D"
]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
...@@ -969,7 +983,7 @@ ...@@ -969,7 +983,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.5.2" "version": "3.6.7"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
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