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

   
10. Python Keywords

Here is a list of all the python 1.5.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

This list was obtained from the kwlist from the keyword module.



http://www.fnorb.com/
March 2000