Join Slack
Powered by
Quick code golf: how would you transform a list `(...
# announcements
c
cedric
07/11/2016, 8:59 PM
Quick code golf: how would you transform a list
(1, 2, 3, 4, 5)
into a list of pairs
((1,2), (2,3), (3,4), (4,5)
?
3
Views
Open in Slack
Previous
Next