Re: [Tutor] help

2010-03-30 Thread Martijn
n run python in command >> prompt.. its just that i dont know to make it execute a file directly rather >> than typing the whole program again and again.. >> >> >> On Tue, Mar 30, 2010 at 4:55 PM, Christian Witts >> > cwi...@compuscan.co.za>

Re: [Tutor] What I do wrong

2009-12-13 Thread Martijn Arts
What doesn't work, does it have errors, etc.! On Sun, Dec 13, 2009 at 12:25 PM, Grigor Kolev wrote: > class MyList (): >def __init__(self, value): >self.value = [] >for x in value: >self.value.append(x) >def __add__(self , ot