Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ Challenge [Very Easy]

Name: Anonymous 2008-04-25 14:49

Create a program that gives this as its output: http://pastebin.ca/997618

Name: Anonymous 2008-04-25 14:55


for letter in map(chr, range(ord('A'), ord('Z')+1)):
    for vowel in ['A', 'E', 'I', 'O', 'U']:
        print letter + vowel + vowel + letter


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List