Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
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
a608acc9
Commit
a608acc9
authored
6 years ago
by
geobumac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actualizacion procedimientos
parent
a1cafc71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
01-DataTypes&ControlFlow.ipynb
01-DataTypes&ControlFlow.ipynb
+12
-3
No files found.
01-DataTypes&ControlFlow.ipynb
View file @
a608acc9
...
...
@@ -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": {},
...
...
This diff is collapsed.
Click to expand it.
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