Loading lesson path
Concept visual
Start at both ends
Python has a set of keywords that are reserved words that cannot be used as variable names, function names, or any other identifiers:
Wait for and get a result from an awaitable break
To continue to the next iteration of a loop def
Used in conditional statements, same as else if else
Used with exceptions, what to do when an exception occurs
Boolean value, result of comparison operations finally Used with exceptions, a block of code that will be executed no matter if there is an exception or not for
To import specific parts of a module global
To check if a value is present in a list, tuple, etc. is To test if two variables are equal lambda
Start a match statement (compare a value against cases)
A null statement, a statement that will do nothing raise