On Tue, Jul 11, 2000 at 04:00:26PM -0400, Terry Babbey wrote:
> I think if I can get an answer to a stupid question it may go along
> way to opening my eyes to Zope.
> 
> I need to understand the use of ',",(),[].
> I think when you use single quote ' - it means to take as literal -
> don't interpret.

all of these come directly from the Python language.

you should read the Python tutorial (find it on python.org) and you'll
understand them all.

in short: 

' and " are equivalent
() are for functions or methods
[] are for arrays (aka list, aka tables) or dictionnaries (aka mappings)

bye,

Jerome Alet

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to