Home
Random
Watchlist
Settings
Log in
About Fixme.ch
Disclaimers
Open main menu
Changes
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)
← Older edit
Newer edit →
Francois
513
edits