Changes

Jump to: navigation, search

Gits2012teaser

50 bytes added, 15:05, 8 January 2012
/* Solution */
#print
# Sum all byte values for each packet(idea comes from the + sign in the hint TeLaViv+)
sums = [sum(row) for row in numbers]
print "Sums: " + repr(sums)
512
edits