next up previous contents index
Next: Data model Up: Lexical analysis Previous: Operators

Delimiters

The following tokens serve as delimiters or otherwise have a special meaning:  

(       )       [       ]       {       }
,       :       .       "       `       '
=	;

The following printing ASCII characters are not used in Python. Their occurrence outside string literals and comments is an unconditional error:  

@       $       ?

They may be used by future versions of the language though!



guido@cwi.nl