about | help | code help+videos | done | prefs |
Given a list of integers called "nums", return the first value in the list. If the list contains no values, return 0. list_firstValue([]) → 0 list_firstValue([1, 2, 3]) → 1 list_firstValue([2, 3, 4, 5]) → 2 ...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