2 comments

[ 3.2 ms ] story [ 19.8 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]