Media Summary: elif combines else and if into one keyword. In this crash course I'll be teaching you the We can attach else blocks to our if blocks. When the if statement is false, the only the else block runs. If the statement is true, only ...
Python 3 Basics 15 34 - Detailed Analysis & Overview
elif combines else and if into one keyword. In this crash course I'll be teaching you the We can attach else blocks to our if blocks. When the if statement is false, the only the else block runs. If the statement is true, only ... Comments are little notes you can put in your code. If statements are how we conditionally run lines of code. Tuples are a data type that are similar to lists, but they have a few important differences.
In this video I'm going to be teaching you the core concepts that you need to know to get started with using print() is a function that prints what you give it to your screen (aka your console).