MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / string_range.py

File string_range.py

Python/string_range.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

string_rangeFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected