Question

Write a function that gives the non negative value of the number?

Login to Submit

Examples

Input: 1
Output: 1

Input: -21
Output: 21

Input: -100
Output: 100

Input: 23
Output: 23