5 ms·
In a statically typed language and explicit type definitions. int age = will never have string "December". But in python both: age = 42 and age = "December" a
by anditherobot 3y ago
In a statically typed language and explicit type definitions.
int age = will never have string "December".
But in python both: age = 42 and age = "December" are possible.
- shortrounddev2 3y agoYes, that's why I find it much easier to write code without a debugger in c++, though I do use one frequently