Hello,
I want to read the below matrix, identify when the characters in front of "want
= " are equal to "1" and then save in an array and in an output file the
characters above. But I don't know how to identify the second line and store in
a variable:
alpha=0 beta=2 gamma=50
want = 0
alpha=0
On 22-05-2014 13:22, Alex Kleider wrote:
On 2014-05-22 06:17, Markos wrote:
Hi,
I'm learning Python and I'm using Debian 6.0 (squeeze)
The installed version is 2.6.6. (python -V)
I have seen some recommendations for beginners to invest in version 3.
I found package of Python 3.1 in repositor
Wondering if anyone came across this error in using form = cgi.FieldStorage()
import tempfile
File /tempfile.py", line 83, in _once_lock =
_allocate_lock()
thread.error: can't allocate lock
puthon version 2.7, on HP-UX 11.11
___
On 23/05/2014 13:23, Felipe Melo wrote:
Hello,
I want to read the below matrix, identify when the characters in front
of "want = " are equal to "1" and then save in an array and in an output
file the characters above. But I don't know how to identify the second
line and store in a variable:
alp
On 23/05/14 12:57, SABARWAL, SHAL wrote:
Wondering if anyone came across this error in using form =
cgi.FieldStorage()
import tempfile
File /tempfile.py", line 83, in _once_lock
= _allocate_lock()
thread.error: can't allocate lock
puthon version
Felipe Melo wrote:
> Hello,
>
> I want to read the below matrix, identify when the characters in front of
> "want = " are equal to "1" and then save in an array and in an output file
> the characters above. But I don't know how to identify the second line and
> store in a variable:
>
> alpha=0 b