+ 1
How does python understands an assigned variable while in c++ it needs to be specified like (int,string,char) ?
3 odpowiedzi
+ 1
Martin Taylor so in c++ some bytes of memory is saved.while python just reserves few memory for variables?
+ 1
Python is not type save and not null save. And even many people say that's a feature, I would say it's a bug 😉
0
When a type is "generic" being capable of store different types, its known as a VARIANT