[email protected] wrote: > Thanks for the reply I would like to print the string in binary > Man=010011010110000101101110 >
What's M in binary?
Nobody knows...
What's M in encoded in 8-bit ASCII string:
'0b1001101'
Source: bin(ord('M'))
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
