Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tap1012
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
tap1012
Commits
6b33091f
Commit
6b33091f
authored
Feb 04, 2019
by
geobumac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ejercicios clase 2
parent
3cf0f0cf
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4118 additions
and
96 deletions
+4118
-96
01-DataTypes&ControlFlow-checkpoint.ipynb
.ipynb_checkpoints/01-DataTypes&ControlFlow-checkpoint.ipynb
+4
-2
02-Comprehension&Documentation-checkpoint.ipynb
...eckpoints/02-Comprehension&Documentation-checkpoint.ipynb
+2059
-84
01-DataTypes&ControlFlow.ipynb
01-DataTypes&ControlFlow.ipynb
+2
-2
02-Comprehension&Documentation.ipynb
02-Comprehension&Documentation.ipynb
+2052
-7
03-POO.ipynb
03-POO.ipynb
+1
-1
No files found.
.ipynb_checkpoints/01-DataTypes&ControlFlow-checkpoint.ipynb
View file @
6b33091f
...
...
@@ -24,7 +24,9 @@
"* Interpretado (Se ejecuta sin compilación previa)\n",
"* Tipificación Dinamica (Se realiza durante en tiempo de ejecución)\n",
"* Multiparadigma\n",
"* Interactivo (con ipython)\n"
"* Interactivo (con ipython)\n",
"\n",
"*Nota: Python obtiene su nombre del programa de la BBC [Monty Python's Flying Circus](https://www.imdb.com/title/tt0063929/).*"
]
},
{
...
...
@@ -921,7 +923,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 1.5.5 Escribe una funcion que sume todos los
uneros en una lista
."
"### 1.5.5 Escribe una funcion que sume todos los
numeros en una lista usando for
."
]
},
{
...
...
.ipynb_checkpoints/02-Comprehension&Documentation-checkpoint.ipynb
View file @
6b33091f
This diff is collapsed.
Click to expand it.
01-DataTypes&ControlFlow.ipynb
View file @
6b33091f
...
...
@@ -862,7 +862,7 @@
},
{
"cell_type": "code",
"execution_count":
30
,
"execution_count":
2
,
"metadata": {},
"outputs": [
{
...
...
@@ -888,7 +888,7 @@
},
{
"cell_type": "code",
"execution_count":
3
1,
"execution_count": 1,
"metadata": {},
"outputs": [
{
...
...
02-Comprehension&Documentation.ipynb
View file @
6b33091f
This diff is collapsed.
Click to expand it.
03-POO.ipynb
View file @
6b33091f
...
...
@@ -475,7 +475,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
5.3
"
"version": "3.
6.7
"
}
},
"nbformat": 4,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment