On 12/23/2011 04:43 PM, Dave Angel wrote:
On 12/23/2011 04:21 PM, myles broomes wrote:
Im trying to create a 'Television simulation' program. Heres the code
ive written for it:
#television simulation
#a program that simulates a television
#the user can turn the television on or off, change the
On 12/23/2011 04:21 PM, myles broomes wrote:
Im trying to create a 'Television simulation' program. Heres the code ive
written for it:
#television simulation
#a program that simulates a television
#the user can turn the television on or off, change the volume or change the
channel
#create the
Im trying to create a 'Television simulation' program. Heres the code ive
written for it:
#television simulation
#a program that simulates a television
#the user can turn the television on or off, change the volume or change the
channel
#create the television class
class Television(object):