3.1 If-Then-Else
Python for Everybody (Video/PY4E) - Een podcast door Dr. Charles Russell Severance
Categorieën:
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).