Python for Everybody (py4e.com)

3.2 More Conditional Statements

September 30, 2016 Dr. Charles Russell Severance
3.2 More Conditional Statements
Python for Everybody (py4e.com)
More Info
Python for Everybody (py4e.com)
3.2 More Conditional Statements
Sep 30, 2016
Dr. Charles Russell Severance
In this video we look at multi-branch if statements and the try-except concept where we can indicate a group of statements to be executed if something goes wrong with a block of statements.
Show Notes
In this video we look at multi-branch if statements and the try-except concept where we can indicate a group of statements to be executed if something goes wrong with a block of statements.