4.3.7: Positive, Negative, or Zero
The Problem
The Problem
The input is not being seen as a number or integer.
The Solution
The Solution
Make sure that the input is being seen as an integer, use:
int( )
The input is not being seen as a number or integer.
Make sure that the input is being seen as an integer, use:
int( )