how would Dan Quayle spell python?

Warren Postma embed at geocities.com
Thu Feb 24 10:03:41 EST 2000


> 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  ',









More information about the Python-list mailing list