about | help | code help+videos | done | prefs |
Write a python function called savedByZero that accepts an integer parameter and returns the number of digits in the number that have the value 0. savedByZero(101010) → 3 savedByZero(44000209) → 4 savedByZero(234152) → 0 ...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
Copyright Nick Parlante 2017 - privacy