Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 51)
51.
What is the purpose of the unicodedata module?
Working with regular expressions
Handling compressed files
Manipulating Unicode character data
Parsing JSON data
Answer: Option
Explanation:
The unicodedata module in Python provides access to the Unicode Character Database, allowing manipulation of Unicode character data.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.