about | help | code help+videos | done | prefs |
Taylor Swift is coming to Australia (Eeeeeeeee!!!) and has concerts in Sydney and Melbourne. The number of tickets sold in each concert is stored in a list. Define a function that when passed this list, returns the total tickets Tay Tay sold. tay_tay_tix_sold([10000, 100002, 10323]) → 120325 tay_tay_tix_sold([]) → 0 tay_tay_tix_sold([8]) → 8 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy