Sha256: 15f5045f947209cec1db56d631b27021182c0b95f48ef9caa23cf2ddfe2b9e14
Contents?: true
Size: 398 Bytes
Versions: 10
Compression:
Stored size: 398 Bytes
Contents
{ "question" : { "id": "", "category": "python", "nerd_level": 2, "text": "Which one of these statements squares all the numbers in the list l?", "a1": "l.sq_each()", "a2": "[l[i]**2 for i in range(len(l))]", "a3": "[n** * for n in l]", "a4": "lambda l: [n**n for n in l]", "right_answer": "a2", "created_at": "2011-09-15", "created_by": "kragniz" } }
Version data entries
10 entries across 10 versions & 1 rubygems