Python for Everybody (py4e.com)

3.1 If-Then-Else

September 30, 2016 Dr. Charles Russell Severance
3.1 If-Then-Else
Python for Everybody (py4e.com)
More Info
Python for Everybody (py4e.com)
3.1 If-Then-Else
Sep 30, 2016
Dr. Charles Russell Severance
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).
Show Notes
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).