[Tutor] My code isn't working properly

boB Stepp robertvstepp at gmail.com
Mon Jun 20 10:08:02 EDT 2016


On Mon, Jun 20, 2016 at 2:59 AM, Sopan Shewale <sopan.shewale at gmail.com> wrote:
> You need to worry about indentation ;)  & spells (.. you seriously want to
> use input instead of raw_input? )

The book the OP is using is Python 3-based.  He should be using
"input()" as he did.  Otherwise, it does look like a lack of
indentation for his statements that are part of the while loop are his
problem.

boB


More information about the Tutor mailing list