The most basic conditional structure is the if statement where we either execute or skip a segment of code based on the results of a logical expression (i.e. asking a question).
See All 86 Episodes of "Python for Everybody (py4e.com)"