Write a program that accepts a number as input, and prints just the decimal portion. Your program must account for negative numbers.

Sample Run
Enter a number: 15.789
Sample Output
0.789