New to Python, Help to get script working?

Chris Angelico rosuav at gmail.com
Sun Dec 15 17:10:19 EST 2013


On Mon, Dec 16, 2013 at 8:31 AM, Mark <markyshizzle at gmail.com> wrote:
> I originally get an indent error on line 19, i delete the indent and i get
>
> ***'return outside function (Twitch.py, line 19)

Good point, someone's made a mistake in that file. What you need to do
is match the "output = ..." line and the "return ..." line underneath
it. For consistency with the rest of the file, indent the "output"
line to match the other. That should make it work.

ChrisA



More information about the Python-list mailing list