Tag: Code

  • Python – make_iterable

    Python – make_iterable

    Run into an issue with passing in an object to a function, but its type is changeable? Maybe you usually have multiple returns from another function formatted in an array or list or tuple, but in some cases it’s just a single value. This is a quick little check/changer to make sure your object is…