Computer Science, asked by pranesh04, 8 months ago

write PYTHON in 7bit ASCII form​

Answers

Answered by bhoopbhoomi3088
0

Answer:

Python has everything you need to cleanly process non ASCII characters... provided you declare the proper encoding. Your input file is UTF8 encoded, not ISO-8859-1, because r'\xe2\x80\x93' is the UTF8 encoding for the EN DASH character or unicode U+2013.

Similar questions