Skip to content

Instantly share code, notes, and snippets.

@Kurt-P
Created August 9, 2013 18:43
Show Gist options
  • Save Kurt-P/6196049 to your computer and use it in GitHub Desktop.
Save Kurt-P/6196049 to your computer and use it in GitHub Desktop.
#Ponies!
mainSix = ['Twlight Sparkel', 'Applejack', 'Fluttershy', 'Rarity', 'Pinkie Pie',
'Rainbow Dash']
for pony in mainSix:
print "%s is best pony!" % pony
print "\nBut lets be serious for a moment. We all know that %s is the all time best pony ever" % mainSix[5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment