<[EMAIL PROTECTED]> wrote > def look(here): > "Look around the place you are in" > print here.description > > Not sure if this works as is, I believe it depends on the > interpreter, but > it is customary to use the word self as the first parameter,
It is just a custom and 'here' is as good a name as any since its refering to the place object - ie here... But self is more conventional and using here might confuse some readers. The interpreters should all be happy enough with either name. Alan G _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor