![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Parsing Data, Storing into an array, Infinite Backslashes
From: <supercomputer@gmail.com>
Date: Wed Jul 13 2005 - 15:22:27 CEST
I ended up using this code to solve my problem.
> for a, b, c, d in s:
> for (a,b), v in query.items():
I'm relatively new to python/programming in general. I usually write
Thanks for the help.
|