2 comments

[ 3.1 ms ] story [ 18.4 ms ] thread
140454 combinations is pretty neat!

I'm playing around with list comprehensions, so, duly:

  ["it's like %s %s game set in %s" % (a["name"],g["name"],l["name"]) for a in adjectives for g in gametypes for l in locations]