| 1 | '''Write a function called string_range that takes a single number and |
| 2 | returns a string of its range. The string characters should be |
| 3 | separated by dots(.) For example, if you pass 6 as an argument, |
| 4 | your function should return ‘0.1.2.3.4.5’.''' |
nothing calls this directly
no test coverage detected