Computer Science

In Python, asc() function returns corresponding Unicode value of a character.

Python String Manipulation

3 Likes

Answer

False

Reason — The ord() function is used to return the corresponding Unicode value of a character.

Answered By

3 Likes


Related Questions