[Edu-sig] Python Quiz

Kirby Urner urnerk at qwest.net
Thu Sep 8 01:35:24 CEST 2005


Answers:

Ghost in the Shell:
http://www.imdb.com/title/tt0113568/

Ghost in the Shell 2: Innocence
http://www.imdb.com/title/tt0347246/

(new-style as in sequel, next generation, or freshmeat)

Kirby


> -----Original Message-----
> From: edu-sig-bounces at python.org [mailto:edu-sig-bounces at python.org] On
> Behalf Of Kirby Urner
> Sent: Tuesday, September 06, 2005 3:32 PM
> To: edu-sig at python.org
> Subject: [Edu-sig] Python Quiz
> 
> 
> class Shell:
> 
> 	def __init__(ghost):
> 		pass
> 
> 	def __repr__(ghost):
> 		return 'What famous Japanese cartoon?'
> 
> OK that was easy.  So how about:
> 
> class Shell (object):
> 
> 	def __init__(ghost):
> 		pass
> 
> 	def __repr__(ghost):
> 		return 'What famous Japanimation?'
> 
> Hint:  think "new-style class."
> 
> Kirby
> 
> 
> 
> _______________________________________________
> Edu-sig mailing list
> Edu-sig at python.org
> http://mail.python.org/mailman/listinfo/edu-sig




More information about the Edu-sig mailing list