• words_number@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    Python is actually mostly strongly typed. Strongly (e.g. can’t use a number as a string without explicitly converting it), but dynamically (can change type of variable at runtime). You probably would prefer a statically typed language and I agree.