This task was migrated to github.com/nonchris/python.
The gist is no longer maintained.
A small task to play with function overloading and slcining of elements.
Our goal is to implement a basic string-class that is mutable (parts can be changed after creation).
class CustomString:
def __init__(self):