Problem Description

Input is a single token t is provided. If t is True output 1, if False output 0, if NONE output NULL. Otherwise output t unchanged.

Input Format

One token t.

Output Format

One token output.

Sample Test Case

Input:
NONE
Output:
NULL

Constraints

Token has no spaces.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next