![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveoverflowerror!!
From: <ashtonn@gmail.com>
Date: Thu May 26 2005 - 23:31:22 CEST
Hello,
Here's what iam trying to do.
from array import *
val = 0xFFFFFFFF
for i in range(256):
print data
How do i fill in the val 256 times into the array?
-Ashton
|