Awesome appreciate that correction, but that isn't what is causing the "NZEC" error.
The compiler does catch that I'm trying to cast a string to an int and in the example it says to expect an int.
As I mentioned I did test this with a Python 3.x interpreter( VS has an addon for that), it gave a warning not an error. So as long as the string doesn't contain non-digits it should compile and execute.
If you can point out more then a generic. Am I using a deprecated syntax on the string reversal or something?
This is my 1st attempt at python