YOU SHOULD REMOVE or CORRECT YOUR POST here:
It is not true - eg. try :
a='P' # P is ASCII , isn't it ?
b=int(a)
and what you will get ? An error !!!
Or probably you yourself should - quote :
"You probably should go through the tutorial ASAP that is located here:
http://docs.python.org/tut/ "
It is not true - eg. try :
a='P' # P is ASCII , isn't it ?
b=int(a)
and what you will get ? An error !!!
Or probably you yourself should - quote :
"You probably should go through the tutorial ASAP that is located here:
http://docs.python.org/tut/ "
Comment