Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Gracias por la iniciativa.
  • Loading branch information
cgncvk authored and wmartins committed Feb 27, 2022
1 parent b8937d8 commit ee7dce8
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions testing.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "b985b561",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Gracias por la iniciativa.\n",
"Gracias por la iniciativa.\n",
"Gracias por la iniciativa.\n"
]
}
],
"source": [
"count = 0\n",
"while (count < 3): \n",
" count = count + 1\n",
" print(\"Gracias por la iniciativa.\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "980f058c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit ee7dce8

Please sign in to comment.