Spring 2016, Monday, 4/11/16 - Juniata College

_____ Python instance variables must use the pattern like . self._ instVar to be referenced. _____ The instance variables can only be of the types numbers, booleans and Strings. _____ A constructor for a class should ensure all instance variables start with reasonable values. ................
................