Keywords

Returning Keywords return yield
Asynchronous Programming Keywords 2 async await
Import Keywords import 2 from as
Value Keywords True False none
Control Flow Keywords if 2 elif else
Variable Handling Keywords del global 2 nonlocal
Operator Keywords and or not in is
Iteration Keywords for 2 while break 2 continue else
Structure Keywords def class with as pass lambda
Exception-Handling Keywords try except raise finally else assert