next up previous contents
Next: Bibliography Up: Fnorb - The Python Previous: fnaming   Contents


Python Keywords

Here is a list of all the python 2.2 keywords:

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.