Python for Everybody (Video/PY4E)

3.1 If-Then-Else

09.30.2016 - By Dr. Charles Russell SeverancePlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

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).

More episodes from Python for Everybody (Video/PY4E)