Computational Biology log
Programming
Python
general
Statistics
Pandas
Machine Learning
NetworkX
igraph
Visualization
Bash & HPC
Latex
Git
Julia
R
Other info
Data science notes
Work
Readings
Research life
Projects
About me / CV
Search
the best through menu creator from swimbi.com. All Rights Reserved
News
New paper!
Tuesday, January 22, 2019
Distinguishing multiple exit points in for loop
For loop in Python has the concept of if-else..!
for
x
in
[
1
,
2
,
3
,
4
]:
print
(
x
)
if
x
==
3
:
break
else
:
print
(
"3 doesn't exist"
)
Newer Post
Older Post
Home