What is a character in python ?
A character in python is represented using a Unicode code point. A Unicode code point is written by using U+
followed by a number written in hexadecimal . This number written in hexadecimal … Read More
A character in python is represented using a Unicode code point. A Unicode code point is written by using U+
followed by a number written in hexadecimal . This number written in hexadecimal … Read More
A byte is 8 bits ,
[_ _ _ _ _ _ _ _ ] 7 6 5 4 3 2 1 0 number of bits = 7 - 0 + 1 = 8
A … Read More