Which of the following shell expressions in Python 3.x will give an error? a. >>>import unicodedata >>>unicodedata.category(“A”)
Which of the following shell expressions in Python 3.x will give an error?
a.
>>>import unicodedata >>>unicodedata.category("A")
b.
>>>import unicodedata >>>unicodedata.decimal(9)
c.
>>>import unicodedata >>>unicodedata.category("\u0660")
d.
>>>import unicodedata >>>unicodedata.name("/")