Computer Science

Choose the correct function to get the character from ASCII number.

  1. ascii(number)
  2. char(number)
  3. chr(number)
  4. all of these

Python String Manipulation

21 Likes

Answer

chr(number)

Answered By

3 Likes


Related Questions