== true: 3 incrementProgress(main_progress_bar) 4 motivation += 1 5 6 while programming: 7 progress_indicator.set_alpha(128) 8 motivation = motivation 9 # that line has no effect on motivation. 12/16
true: 3 incrementProgress(main_progress_bar) 4 motivation += 1 5 6 while programming: 7 progress_indicator.set_alpha(128) 8 motivation = motivation 9 # that line has no effect on motivation. 10 # just like the progress indicator. 12/16
2 current_task.difficulty == “hard”: 5 # I just don’t have it in me. sorry.) 3 print “Great job on that really hard problem!” 4 # (I really tried not to be patronising, but 6 continue_button.setVisible(true) 15/16