Revision history of "CSC Nested-Loop Exercises Solution Programs"

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) 07:28, 29 September 2011Thiebaut (talk | contribs). . (1,928 bytes) (+1,928). . (Created page with "--~~~~ ---- <source lang="python"> # Solutions to exercises # print( "\n\n\n" ) cards = [ "As", "King", "Queen", "Jack" ] for card in cards: print( "Card = ", card ) ...")