What does this python line mean?

Posted by Atlas on Stack Overflow See other posts from Stack Overflow or by Atlas
Published on 2010-04-08T06:50:14Z Indexed on 2010/04/08 6:53 UTC
Read the original article Hit count: 200

Filed under:
abc = [0, ] * datalen;

"datalen" is an Integer.

© Stack Overflow or respective owner

Related posts about python