[Tutor] Converting a string to an integer

2013-08-07 Thread Art Bullentini
This message was originally HTML formatted. View in a HTML capable client to see the original version.\r\n\r\nI'm trying to convert from a string of digits such as x = [y:y+1] into an integer using int(x). the book says I can do this, but I get an error message saying no can do. Anybody tell

Re: [Tutor] Converting a string to an integer

2013-08-07 Thread Walter Prins
On 31 July 2013 16:14, Art Bullentini a...@mail.pyramid.net wrote: I'm trying to convert from a string of digits such as x = [y:y+1] into an integer using int(x). the book says I can do this, but I get an error message saying no can do. Anybody tell me what's going on? Please supply the