Closed GoogleCodeExporter closed 9 years ago
Issue has been resolved thanks to the following:
http://stackoverflow.com/questions/5681271/or-statement-handling-two-clauses-pyt
hon
Summary:
- "or" statements needed to be "and" statements
- needed to have full variable rather than: "if question_three == "y" or "n":"
corrected code: "if question_three == "y" or question_three == "n":"
Issue resolved.
@wallarug.
Original comment by cian.by...@sydstu.catholic.edu.au
on 10 Nov 2012 at 12:09
There is a new issue here...
When the answer to question_one is "n" and the answer to question_two is "y"
the loop structure goes to the question with the variable "a". This should
actually go to the variable marked debug_value.
Looking into it now.
Original comment by cian.by...@sydstu.catholic.edu.au
on 11 Nov 2012 at 12:43
Issue resolved and Keyboard Control is working.
Original comment by cian.by...@sydstu.catholic.edu.au
on 11 Nov 2012 at 12:49
This issue has now moved onto a different issue for a different area. See
issue 6.
Original comment by cian.by...@sydstu.catholic.edu.au
on 11 Nov 2012 at 1:56
Original issue reported on code.google.com by
cian.by...@sydstu.catholic.edu.au
on 10 Nov 2012 at 11:56