1. Exploring Conditionals in Python - Objectives
2. Learning Lab - Introduction to Conditionals in Python
3. Learning Lab Introduction to Conditionals in Python.html
4. Learning Lab - Comparing Values with if Statements
5. Learning Lab Comparing Values with if Statements.html
6. Coding Exercise Check for a Valid Triangle.html
7. Coding Exercise - Check for a Valid Triangle
8. Coding Exercise Calculate the Sum of Divisors.html
9. Coding Exercise - Calculate the Sum of Divisors
10. Coding Exercise Check if a Number is a Perfect Number.html
11. Coding Exercise - Check if a Number is a Perfect Number
12. Coding Exercise Find Last Digit of a Number.html
13. Coding Exercise - Find Last Digit of a Number
14. Learning Lab - Logical Operators - and, or, not, Logical ^ (XOR)
15. Learning Lab Logical Operators - and, or, not, Logical ^ (XOR).html
16. Coding Exercise Are Both Numbers Even.html
17. Coding Exercise - Are Both Numbers Even
18. Coding Exercise Check if a Year is a Leap Year.html
19. Coding Exercise - Check if a Year is a Leap Year
20. Learning Lab - Logical Operations - NOT and NOT EQUAL TO
21. Learning Lab Logical Operations - NOT and NOT EQUAL TO.html
22. Coding Exercise Is it a Right Angled Triangle.html
23. Coding Exercise - Is it a Right Angled Triangle
24. Learning Lab - If, Else, and Elif in Python
25. Learning Lab If, Else, and Elif in Python.html
26. Puzzles - Playing with Conditionals
27. Puzzles Playing with Conditionals.html
28. Coding Exercise Student Grades A to F based on Marks.html
29. Coding Exercise - Student Grades A to F based on Marks
30. Learning Lab - Understanding Python Keywords
31. Learning Lab Understanding Python Keywords.html
32. Coding Exercise Weather Advisor.html
33. Coding Exercise - Weather Advisor
34. Exploring Conditionals in Python - Summary