sugarlabs / Pippy

Pippy allows the student to examine, execute, and modify simple Python programs. In addition it is possible to write Python statements to play sounds, calculate expressions, or make simple text based interactive games.
GNU General Public License v2.0
11 stars 35 forks source link

Fix bug in demo #79

Closed icarito closed 4 years ago

icarito commented 4 years ago

I don't think it was an intended bug, although the experience of debugging it was certainly an opportunity to explain logic... The condition doesn't trigger ever otherwise. Other tutorial demos don't fail so I guess it better be fixed.

quozl commented 4 years ago

Thanks! Merged.