KnowledgeBoat Logo
|

Computer Science

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

Python String Manipulation

2 Likes

Answer

False

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

Answered By

2 Likes


Related Questions