Basic control flow in Python: •Conditional flow with if/elif/else. •The ternary operators. •Looping with while. •Looping with for and range. •Using break, continue, and pass.
if/elif/else
while
for
range
break, continue,
pass