how would Dan Quayle spell python?

Steve Holden sholden at bellatlantic.net
Thu Feb 24 12:56:13 EST 2000


Shouldn't that last line read:

         print 'P'+y+'TH'+o+'NE ',

perhaps?

regards
 Steve

Warren Postma wrote:
> 
> > Get Chaucerian, win valuable prizes! Extra points if none of
> > your posts spells it the same way as any other.
> 
> # misspell.py
> Y = [ 'Y', 'IE', 'AE',  'IEA', 'IEAY', 'IY',
>       'HIY', 'HAEY', 'HAIEU', 'AIE', 'HY', 'HYHY' ]
> O = [ 'O', 'AW', 'AEW', 'oW', 'AWY' ]
> for y in Y:
>     for o in O:
>         print 'P'+y+'TH'+o+'N  ',

--
"If computing ever stops being fun, I'll stop doing it"



More information about the Python-list mailing list