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
2b2c0d29
Commit
2b2c0d29
authored
Feb 05, 2019
by
Mario Chirinos Colunga
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opp update
parent
3739c57f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
904 additions
and
167 deletions
+904
-167
01-DataTypes&ControlFlow-checkpoint.ipynb
.ipynb_checkpoints/01-DataTypes&ControlFlow-checkpoint.ipynb
+400
-56
02-Comprehension&Documentation-checkpoint.ipynb
...eckpoints/02-Comprehension&Documentation-checkpoint.ipynb
+33
-1
03-POO-checkpoint.ipynb
.ipynb_checkpoints/03-POO-checkpoint.ipynb
+393
-34
03-POO.ipynb
03-POO.ipynb
+78
-76
helloWorld.cpython-35.pyc
miModulo/__pycache__/helloWorld.cpython-35.pyc
+0
-0
helloWorld.pyc
miModulo/helloWorld.pyc
+0
-0
No files found.
.ipynb_checkpoints/01-DataTypes&ControlFlow-checkpoint.ipynb
View file @
2b2c0d29
This diff is collapsed.
Click to expand it.
.ipynb_checkpoints/02-Comprehension&Documentation-checkpoint.ipynb
View file @
2b2c0d29
...
...
@@ -241,7 +241,7 @@
},
{
"cell_type": "code",
"execution_count":
55
,
"execution_count":
2
,
"metadata": {},
"outputs": [
{
...
...
@@ -297,6 +297,38 @@
"
print
(
list
(
doublesG
))"
]
},
{
"
cell_type
"
:
"
code
",
"
execution_count
"
:
2
,
"
metadata
"
:
{},
"
outputs
"
:
[
{
"
name
"
:
"
stdout
",
"
output_type
"
:
"
stream
",
"
text
"
:
[
"
Cuatos
Fibonacci
?
:
6
\
n
",
"
0
\
n
",
"
1
\
n
",
"
1
\
n
",
"
2
\
n
",
"
3
\
n
",
"
5
\
n
"
]
}
],
"
source
"
:
[
"
a =
int(input('Cuatos
Fibonacci
?
:
'))\
n
",
"\
n
",
"
def
fib
(
n
)
:
\
n
",
"
a
,
b =
0,
1
\
n
",
"
for
_
in
range
(
n
)
:
\
n
",
"
yield
a
\
n
",
"
a
,
b =
b,
a
+
b
\
n
",
"\
n
",
"
for
n
in
fib
(
a
)
:
\
n
",
"
print
(
n
)"
]
},
{
"
cell_type
"
:
"
markdown
",
"
metadata
"
:
{},
...
...
.ipynb_checkpoints/03-POO-checkpoint.ipynb
View file @
2b2c0d29
This diff is collapsed.
Click to expand it.
03-POO.ipynb
View file @
2b2c0d29
This diff is collapsed.
Click to expand it.
miModulo/__pycache__/helloWorld.cpython-35.pyc
View file @
2b2c0d29
No preview for this file type
miModulo/helloWorld.pyc
View file @
2b2c0d29
No preview for this file type
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