about | help | code help+videos | done | prefs |
list_reverse
Given a list of integers, reverse the list and return it! list_reverse([1, 2, 3]) → [3, 2, 1] list_reverse([1, 3, 2, 4]) → [4, 2, 3, 1] list_reverse([]) → [] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy