On Sep 8, 5:05 am, Praveena P <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I am new to Python... so am not too sure about how the type conversion
> works.
>
> I have to read a file that contains hexadecimal data and use the data
> further to do some arithmetic calculations.
> A sample of the input is
Praveena P wrote:
> Hi folks,
>
> I am new to Python... so am not too sure about how the type conversion
> works.
>
> I have to read a file that contains hexadecimal data and use the data
> further to do some arithmetic calculations.
> A sample of the input is : 20E032F840
On Sep 8, 2:31 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Sep 8, 7:05 pm, Praveena P <[EMAIL PROTECTED]> wrote:
>
> > Hi folks,
>
> > I am new to Python... so am not too sure about how the type conversion
> > works.
>
> > I have to read a file that contains hexadecimal data and use the data
>
On Sep 8, 7:05 pm, Praveena P <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I am new to Python... so am not too sure about how the type conversion
> works.
>
> I have to read a file that contains hexadecimal data and use the data
> further to do some arithmetic calculations.
> A sample of the input is
On Sep 8, 2:05 pm, Praveena P <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I am new to Python... so am not too sure about how the type conversion
> works.
>
> I have to read a file that contains hexadecimal data and use the data
> further to do some arithmetic calculations.
> A sample of the input is
Hi folks,
I am new to Python... so am not too sure about how the type conversion
works.
I have to read a file that contains hexadecimal data and use the data
further to do some arithmetic calculations.
A sample of the input is : 20E032F8400022005E
The problem I am facing i