Python - Initializing Multiple Lists/Line

Posted by thenickname on Stack Overflow See other posts from Stack Overflow or by thenickname
Published on 2010-03-08T16:03:11Z Indexed on 2010/03/08 16:06 UTC
Read the original article Hit count: 356

Filed under:
|
|
|

This is terribly ugly:

psData = []
nsData = []
msData = []
ckData = []
mAData = []
RData = []
pData = []

Is there a way to declare these variables on a single line?

© Stack Overflow or respective owner

Related posts about python

Related posts about list