Revision history of "Python"

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) 19:27, 14 August 2018Floyd (talk | contribs). . (554 bytes) (+554). . (Created page with "An example from Glenn of working with objects in a list. <pre> class Dog: # Make class called 'Dog'. def __init__(self, name_of_dog): # Constructor, pass in the name o...")