Posted in

Python Keywords (Part 2): Types And Uses Of Keywords In Python

Python Keywords Part 2
Python Keywords Part 2
CategoriesKeywords
Value KeywordsTrueFalseNone
Operator Keywordsandornotis
Control Flow Keywordsifelifelse
Iteration Keywordsforwhilebreakcontinue
Structure Keywordsdefclasspasslambda
Context Keywordswithas
Returning Keywordsreturnyield
Import Keywordsimportfrom
Exception Handling Keywordstryexceptfinallyassertraise
Asynchronous Programming Keywordsasyncawait
Variable Handling Keywordsdelglobalnonlocal

2 thoughts on “Python Keywords (Part 2): Types And Uses Of Keywords In Python

Leave a Reply

Your email address will not be published. Required fields are marked *