Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
restrepo
Edit Copy
Star
GitHub Repository:
restrepo/ComputationalMethods
Path:
blob/master/homework/Homework_2018_2_01_1085322974.ipynb
9
3
4
views
Kernel:
Python 3
In [1]:
Copy
for
i
in
range
(
0
,
20
,
2
)
:
print
(
i
)
Out[1]:
0 2 4 6 8 10 12 14 16 18
In [ ]:
Copy