calthoff / tstp

This is an old repository for the exercises in "The Self-Taught Programmer." Please see /selftaught.
166 stars 190 forks source link

Chapter 10 hangman #24

Closed TwoEyedMan closed 6 years ago

TwoEyedMan commented 6 years ago

the line: while wrong < len( stages) - 1: throws error: TabError: inconsistent use of tabs and spaces in indentation