![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: a dict problem
From: Steven Bethard <steven.bethard@gmail.com>
Date: Sat May 28 2005 - 20:00:59 CEST
Benji York wrote:
Or in Python 2.4:
py> d = {'a': 1, 'b': 2, 'c':3}
|