• Johanno@feddit.de
    link
    fedilink
    arrow-up
    7
    ·
    7 months ago

    Python was typeless. And it was common to reuse variables with different types of content.

    So you at some point never knew what actually is within the variable you are using.

    Using typing in python solve 95% of your problems of having runtime errors instead of compile errors