Guess the Number

Step 6: Find the difference between the user's guess and the actual number.
Hint: Use abs() to get the absolute value in order to avoid negative numbers.
Last step Next step