Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Concept Question Page Summer 2006

Questions?


~def- defines a function and its parameters
~return differs from print because when you return a varriable you can manipulate it after that, but print only prints the varriable
~the differnce between the srting '1' and the number 1 is that when you do simple math '1'+'1' would give 11 and 1+1 (these are the numbers) would give 2.
~you can use dot opperators with objects right?

The first 3 answers are fine. I don't know how much was done on objects in class. A basic definition is that an object is a unit which contains data memebers and methods that can be called using the dot operators. - Bobby Mathew



Link to this Page