> jayshree (j) wrote:
>j> hello ,
>j> The community members,
>j> Using following code :
>j> fileHandle = open ('jay1key.py','wb')
>j> #fileHandle = open ('jay1key.pem',rb).read()
>j> print fileHandle.write (data) #data variable is contains the key
>j> fileHandle.close()
>j> otp = 'jyshri
On Sep 22, 1:44 pm, jayshree wrote:
> hello ,
> The community members,
>
> Using following code :
>
> fileHandle = open ('jay1key.py','wb')
> #fileHandle = open ('jay1key.pem',rb).read()
> print fileHandle.write (data) #data variable is contains the key
> fileHandle.close()
>
> otp = 'jyshri69'
>