News

The pattern-matching syntax introduced in Python 3.10 allows for powerful new programming techniques for decision-making in apps.
For example, turning a number into a string to print it, or converting user input (which is always a string) ... The use of if elif else conditional statements in Python.
Learn to use input and output functions in Python. Understand and apply conditional statements to make decisions in code. Activities: Lecture & Discussion: Introduce input() and print() functions.