
Code Walkthrough: Exercise 2.2
Code Walkthrough: Exercise 2.2
30 Syys 20166min

Code Walkthrough: Exercise 2.3
Code Walkthrough: Exercise 2.3
30 Syys 20167min

3.1 If-Then-Else
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).
30 Syys 201611min

3.2 More Conditional Statements
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.
30 Syys 201613min

Code Walkthrough: Exercise 3.1
Code Walkthrough: Exercise 3.1
30 Syys 201612min

Code Walkthrough: Exercise 3.2
Code Walkthrough: Exercise 3.2
30 Syys 20169min

4.1 Using Pre-Defined Functions
We look at how code flows into and out of functions as well has how we pass information into functions and get results returned to us.
30 Syys 201610min

4.2 Building our Own Functions
We look at how to build our own functions using parameters and arguments as well as how we return results to the code that is calling our functions.
30 Syys 201612min



















