Q. Which built-in function returns the ASCII value of a character? (A) ascii() (B) ord() (C) chr() (D) asc() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) ord() Explanation: `ord()` returns the Unicode code of a character.