how would Dan Quayle spell python?
Warren Postma
embed at geocities.com
Thu Feb 24 10:03:41 EST 2000
More information about the Python-list mailing list
Thu Feb 24 10:03:41 EST 2000
- Previous message (by thread): Best way to find unique items in a list
- Next message (by thread): how would Dan Quayle spell python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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 ',
- Previous message (by thread): Best way to find unique items in a list
- Next message (by thread): how would Dan Quayle spell python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list