about | help | code help+videos | done | prefs |
This function counts by fives starting at zero a specified amount of times: Note that you must return a list of numbers and use the append function for lists. Hint: Investigate the append method for python Lists takeFive(5) → [0, 5, 10, 15, 20] takeFive(4) → [0, 5, 10, 15] takeFive(3) → [0, 5, 10] ...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: 100
Copyright Nick Parlante 2017 - privacy