[Tutor] Television simulation

2011-12-23 Thread myles broomes
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):

Re: [Tutor] Television simulation

2011-12-23 Thread Dave Angel
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

Re: [Tutor] Television simulation

2011-12-23 Thread Dave Angel
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