Revision history of "Node.py"

From WLCS

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) 23:19, 17 October 2013Admin (talk | contribs). . (133 bytes) (+133). . (Created page with "<syntaxhighlight lang="Python"> class Node: def __init__(self): self.data = 0 self.next = None </syntaxhighlight>")