Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dynamic Typing

Do Union Types Actually Exist In Python?

Since python is dynamically typed, of course we can do something like this: def f(x): return 2 … Read more Do Union Types Actually Exist In Python?