Problem Description

Input has one integer code is provided (0 to 127). Output the character using chr().

Input Format

One integer code.

Output Format

One character.

Sample Test Case

Input:
66
Output:
B

Constraints

0

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next