Revision history of "CSC111 Debugging with Print Statements"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 10:56, 17 February 2014Thiebaut (talk | contribs). . (392 bytes) (+392). . (Created page with "--~~~~ ---- <source lang="python"> sum = 0 i = 0 while i <= 10: if i % 2 == 0: sum = sum + 1 else: i = i + 1 print( "Done!" ) </source> <br /> <br /> <br ...")