# conditionalsTestA(700) h e l l o # conditionalsTestB() first: c second: # mysteryA(x, y) -> multiplies x and y # mysteryB(n) -> sums the integers from 1 to n # mysteryC(n) -> sums the odd numbers from 1 to n # mysteryD(x) -> returns true for: # 1) positive even numbers # 2) negative odd numbers # testA() hey_A hey_A hey_A hey_A hey_A # testB() -> prints nothing!! # A 12 2 10 5 8 8 6 11 # B abcde abcde-5 abcde-5-7 abcde-5-7-9 abcde-5-7-9-11 Done, and s = abcde-5-7-9-11-14 # C before loop: 10 , 100 in loop: 11 , 50 in loop: 12 , 25 after loop: 12 , 25 # final trace 31 9 22 # split() with pass "A C A C A C A C A B C D E" # split() with continue "A C A C A C A C A D E" # loopy() tick tock tock tock tock tick tick tick tock BOOM!!! # boom(5, 3) or boom(1, 7)