Subject Problem with int() function
From Larry Winkler <lawinkler49@charter.net>
Date Wed, 30 Nov 2016 21:29:39 -0500
Newsgroups dbase.getting-started

I was doing a simple input check and came up with an issue:

? 460/5  comes up with 92 (correct)
? int(460/5) comes back with 91 (incorrect).

Anyone else notice this?