| A | and, assert |
| B | break |
| C | class, continue |
| D | def, del |
| E | elif, else, except, exec |
| F | finally, for, from |
| G | global |
| I | if, import, in, is |
| L | lambda |
| N | not |
| O | or |
| P | pass, print |
| R | raise, return |
| T | try |
| W | while |
| Y | yield |
This list was obtained from the kwlist from the keyword module.